pub enum Mode5LocationErrors {
NoLocationErrors,
IFFDataRecordPresent,
Unspecified(u8),
}Expand description
UID 423
Variants§
Trait Implementations§
Source§impl Clone for Mode5LocationErrors
impl Clone for Mode5LocationErrors
Source§fn clone(&self) -> Mode5LocationErrors
fn clone(&self) -> Mode5LocationErrors
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 Mode5LocationErrors
impl Debug for Mode5LocationErrors
Source§impl Default for Mode5LocationErrors
impl Default for Mode5LocationErrors
Source§impl Display for Mode5LocationErrors
impl Display for Mode5LocationErrors
Source§impl From<Mode5LocationErrors> for u8
impl From<Mode5LocationErrors> for u8
Source§fn from(value: Mode5LocationErrors) -> Self
fn from(value: Mode5LocationErrors) -> Self
Converts to this type from the input type.
Source§impl From<u8> for Mode5LocationErrors
impl From<u8> for Mode5LocationErrors
Source§impl Hash for Mode5LocationErrors
impl Hash for Mode5LocationErrors
Source§impl PartialEq for Mode5LocationErrors
impl PartialEq for Mode5LocationErrors
impl Copy for Mode5LocationErrors
impl Eq for Mode5LocationErrors
impl StructuralPartialEq for Mode5LocationErrors
Auto Trait Implementations§
impl Freeze for Mode5LocationErrors
impl RefUnwindSafe for Mode5LocationErrors
impl Send for Mode5LocationErrors
impl Sync for Mode5LocationErrors
impl Unpin for Mode5LocationErrors
impl UnwindSafe for Mode5LocationErrors
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