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