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