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