pub struct Dim0(/* private fields */);
Expand description
Marker object representing a 0-dimensional size. This struct contains a private empty tuple so that it isn’t constructable.
Trait Implementations§
impl StructuralPartialEq 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