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