pub struct SliceDim { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl From<RangeInclusive<usize>> for SliceDim
impl From<RangeInclusive<usize>> for SliceDim
Source§fn from(range: RangeInclusive<usize>) -> Self
fn from(range: RangeInclusive<usize>) -> Self
Converts to this type from the input type.
Source§impl From<RangeToInclusive<usize>> for SliceDim
impl From<RangeToInclusive<usize>> for SliceDim
Source§fn from(range: RangeToInclusive<usize>) -> Self
fn from(range: RangeToInclusive<usize>) -> Self
Converts to this type from the input type.
impl Copy for SliceDim
impl StructuralPartialEq for SliceDim
Auto Trait Implementations§
impl Freeze for SliceDim
impl RefUnwindSafe for SliceDim
impl Send for SliceDim
impl Sync for SliceDim
impl Unpin for SliceDim
impl UnwindSafe for SliceDim
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