struct Scratchpad {
deltas: SmallVec<f32, 64>,
axis_indices: SmallVec<u16, 64>,
axis_values: SmallVec<f32, 64>,
}Fields§
§deltas: SmallVec<f32, 64>§axis_indices: SmallVec<u16, 64>§axis_values: SmallVec<f32, 64>Implementations§
Source§impl Scratchpad
impl Scratchpad
Auto Trait Implementations§
impl Freeze for Scratchpad
impl RefUnwindSafe for Scratchpad
impl Send for Scratchpad
impl Sync for Scratchpad
impl Unpin for Scratchpad
impl UnsafeUnpin for Scratchpad
impl UnwindSafe for Scratchpad
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more