pub enum LatLonAltSource {
ComputeLocally,
TransponderLocationDataRecordPresent,
}Expand description
Custom defined enum to model the source of Mode 5 latitude, longitude, and altitude information.
Variants§
Trait Implementations§
Source§impl Clone for LatLonAltSource
impl Clone for LatLonAltSource
Source§fn clone(&self) -> LatLonAltSource
fn clone(&self) -> LatLonAltSource
Returns a duplicate 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 LatLonAltSource
impl Debug for LatLonAltSource
Source§impl Default for LatLonAltSource
impl Default for LatLonAltSource
Source§fn default() -> LatLonAltSource
fn default() -> LatLonAltSource
Returns the “default value” for a type. Read more
Source§impl From<&LatLonAltSource> for u8
impl From<&LatLonAltSource> for u8
Source§fn from(value: &LatLonAltSource) -> Self
fn from(value: &LatLonAltSource) -> Self
Converts to this type from the input type.
Source§impl From<u8> for LatLonAltSource
impl From<u8> for LatLonAltSource
Source§impl PartialEq for LatLonAltSource
impl PartialEq for LatLonAltSource
impl StructuralPartialEq for LatLonAltSource
Auto Trait Implementations§
impl Freeze for LatLonAltSource
impl RefUnwindSafe for LatLonAltSource
impl Send for LatLonAltSource
impl Sync for LatLonAltSource
impl Unpin for LatLonAltSource
impl UnwindSafe for LatLonAltSource
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