pub struct AzEl(/* private fields */);Expand description
Azimuth-elevation pair for representing direction in a topocentric frame.
Implementations§
Trait Implementations§
impl Copy for AzEl
impl StructuralPartialEq for AzEl
Auto Trait Implementations§
impl Freeze for AzEl
impl RefUnwindSafe for AzEl
impl Send for AzEl
impl Sync for AzEl
impl Unpin for AzEl
impl UnsafeUnpin for AzEl
impl UnwindSafe for AzEl
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