struct ScalarCache {
values: SmallVec<f32, 128>,
}Fields§
§values: SmallVec<f32, 128>Implementations§
Auto Trait Implementations§
impl Freeze for ScalarCache
impl RefUnwindSafe for ScalarCache
impl Send for ScalarCache
impl Sync for ScalarCache
impl Unpin for ScalarCache
impl UnsafeUnpin for ScalarCache
impl UnwindSafe for ScalarCache
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