pub struct Dense;Expand description
Dense array layout type.
Trait Implementations§
Source§impl<T, S: Shape> SliceIndex<T, S, Dense> for RangeInclusive<usize>
impl<T, S: Shape> SliceIndex<T, S, Dense> for RangeInclusive<usize>
Auto Trait Implementations§
impl Freeze for Dense
impl RefUnwindSafe for Dense
impl Send for Dense
impl Sync for Dense
impl Unpin for Dense
impl UnwindSafe for Dense
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