pub struct Dim3;Trait Implementations§
Source§impl LayoutHelper for Dim3
impl LayoutHelper for Dim3
Source§fn dimensions() -> usize
fn dimensions() -> usize
length of the fixed-size arrays this type can create
Auto Trait Implementations§
impl Freeze for Dim3
impl RefUnwindSafe for Dim3
impl Send for Dim3
impl Sync for Dim3
impl Unpin for Dim3
impl UnwindSafe for Dim3
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