pub struct NEDPosition { /* private fields */ }
Expand description
Represents a position in NorthEastDown
coordinate space
Implementations§
Source§impl NEDPosition
impl NEDPosition
pub fn as_position_type(&self) -> PositionType
Trait Implementations§
Source§impl Clone for NEDPosition
impl Clone for NEDPosition
Source§fn clone(&self) -> NEDPosition
fn clone(&self) -> NEDPosition
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 NEDPosition
impl Debug for NEDPosition
Source§impl PartialEq for NEDPosition
impl PartialEq for NEDPosition
impl Copy for NEDPosition
impl StructuralPartialEq for NEDPosition
Auto Trait Implementations§
impl Freeze for NEDPosition
impl RefUnwindSafe for NEDPosition
impl Send for NEDPosition
impl Sync for NEDPosition
impl Unpin for NEDPosition
impl UnwindSafe for NEDPosition
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