pub struct HorizontalCoordinate { /* private fields */ }
Expand description
A coordinate type that represents an Azimuth/Elevation look angle from a particular refernece point.
Trait Implementations§
Source§impl Clone for HorizontalCoordinate
impl Clone for HorizontalCoordinate
Source§fn clone(&self) -> HorizontalCoordinate
fn clone(&self) -> HorizontalCoordinate
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 HorizontalCoordinate
impl Debug for HorizontalCoordinate
Source§impl PartialEq for HorizontalCoordinate
impl PartialEq for HorizontalCoordinate
impl Copy for HorizontalCoordinate
impl StructuralPartialEq for HorizontalCoordinate
Auto Trait Implementations§
impl Freeze for HorizontalCoordinate
impl RefUnwindSafe for HorizontalCoordinate
impl Send for HorizontalCoordinate
impl Sync for HorizontalCoordinate
impl Unpin for HorizontalCoordinate
impl UnwindSafe for HorizontalCoordinate
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