pub struct AzimuthType;
Expand description
AzimuthType
is used as a compile-time check for Azimuth
= Compass<AzimuthType>
Trait Implementations§
Source§impl Clone for AzimuthType
impl Clone for AzimuthType
Source§fn clone(&self) -> AzimuthType
fn clone(&self) -> AzimuthType
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 AzimuthType
impl Debug for AzimuthType
Source§impl Default for AzimuthType
impl Default for AzimuthType
Source§fn default() -> AzimuthType
fn default() -> AzimuthType
Returns the “default value” for a type. Read more
Source§impl PartialEq for AzimuthType
impl PartialEq for AzimuthType
impl Copy for AzimuthType
impl Eq for AzimuthType
impl StructuralPartialEq for AzimuthType
Auto Trait Implementations§
impl Freeze for AzimuthType
impl RefUnwindSafe for AzimuthType
impl Send for AzimuthType
impl Sync for AzimuthType
impl Unpin for AzimuthType
impl UnwindSafe for AzimuthType
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