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