pub struct Array528i([Mem256i; 66]);
Tuple Fields§
§0: [Mem256i; 66]
Trait Implementations§
source§impl SliceWrapper<Compat32x8> for Array528i
impl SliceWrapper<Compat32x8> for Array528i
source§impl SliceWrapperMut<Compat32x8> for Array528i
impl SliceWrapperMut<Compat32x8> for Array528i
Auto Trait Implementations§
impl Freeze for Array528i
impl RefUnwindSafe for Array528i
impl Send for Array528i
impl Sync for Array528i
impl Unpin for Array528i
impl UnwindSafe for Array528i
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