pub struct dim(/* private fields */);
Trait Implementations§
impl StructuralPartialEq for dim
Auto Trait Implementations§
impl Freeze for dim
impl RefUnwindSafe for dim
impl Send for dim
impl Sync for dim
impl Unpin for dim
impl UnwindSafe for dim
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