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