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