pub struct LaneMajor;Expand description
Lane-major view layout marker.
A lane-major view stores L contiguous lane slices of equal length. This is
useful when each lane should be processed as one long contiguous run.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LaneMajor
impl RefUnwindSafe for LaneMajor
impl Send for LaneMajor
impl Sync for LaneMajor
impl Unpin for LaneMajor
impl UnsafeUnpin for LaneMajor
impl UnwindSafe for LaneMajor
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