#[repr(C, align(32))]pub(crate) struct AvxAlignedU16(pub(crate) [u16; 16]);Tuple Fields§
§0: [u16; 16]Trait Implementations§
Auto Trait Implementations§
impl Freeze for AvxAlignedU16
impl RefUnwindSafe for AvxAlignedU16
impl Send for AvxAlignedU16
impl Sync for AvxAlignedU16
impl Unpin for AvxAlignedU16
impl UnsafeUnpin for AvxAlignedU16
impl UnwindSafe for AvxAlignedU16
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