pub struct Strided;
Expand description
Strided array layout type.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Strided
impl RefUnwindSafe for Strided
impl Send for Strided
impl Sync for Strided
impl Unpin for Strided
impl UnwindSafe for Strided
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