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