pub(crate) struct Scalars {
d: [f32; 64],
len: u8,
}
Fields§
§d: [f32; 64]
§len: u8
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Scalars
impl RefUnwindSafe for Scalars
impl Send for Scalars
impl Sync for Scalars
impl Unpin for Scalars
impl UnwindSafe for Scalars
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