pub struct Metres(/* private fields */);Expand description
A finite signed distance or coordinate in metres.
Implementations§
Trait Implementations§
impl Copy for Metres
Source§impl PartialOrd for Metres
impl PartialOrd for Metres
impl StructuralPartialEq for Metres
Auto Trait Implementations§
impl Freeze for Metres
impl RefUnwindSafe for Metres
impl Send for Metres
impl Sync for Metres
impl Unpin for Metres
impl UnsafeUnpin for Metres
impl UnwindSafe for Metres
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