pub struct Dim0 {}
Implementations§
Trait Implementations§
Source§impl GreaterDimTrait for Dim0
impl GreaterDimTrait for Dim0
type GreaterDim = Dim1
Source§impl IntoIterator for Dim0
impl IntoIterator for Dim0
impl Copy for Dim0
Auto Trait Implementations§
impl Freeze for Dim0
impl RefUnwindSafe for Dim0
impl Send for Dim0
impl Sync for Dim0
impl Unpin for Dim0
impl UnwindSafe for Dim0
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