pub struct Slice1D {
pub index: [SliceDim; 1],
}
Fields§
§index: [SliceDim; 1]
Implementations§
Trait Implementations§
Source§impl SliceTrait for Slice1D
impl SliceTrait for Slice1D
impl Copy for Slice1D
impl StructuralPartialEq for Slice1D
Auto Trait Implementations§
impl Freeze for Slice1D
impl RefUnwindSafe for Slice1D
impl Send for Slice1D
impl Sync for Slice1D
impl Unpin for Slice1D
impl UnwindSafe for Slice1D
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