pub struct MetricPoint { /* private fields */ }Expand description
A source-qualified object-grounded point expressed in canonical metres.
Implementations§
Source§impl MetricPoint
impl MetricPoint
Trait Implementations§
Source§impl Clone for MetricPoint
impl Clone for MetricPoint
Source§fn clone(&self) -> MetricPoint
fn clone(&self) -> MetricPoint
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MetricPoint
impl Debug for MetricPoint
Source§impl PartialEq for MetricPoint
impl PartialEq for MetricPoint
impl StructuralPartialEq for MetricPoint
Auto Trait Implementations§
impl Freeze for MetricPoint
impl RefUnwindSafe for MetricPoint
impl Send for MetricPoint
impl Sync for MetricPoint
impl Unpin for MetricPoint
impl UnwindSafe for MetricPoint
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