pub struct AircraftOperationalStatusSurfaceMessage { /* private fields */ }Implementations§
Source§impl AircraftOperationalStatusSurfaceMessage
impl AircraftOperationalStatusSurfaceMessage
pub fn decode(data: Vec<u8>) -> Self
pub fn capability_codes_mops1(&self) -> u16
pub fn operational_mode_codes_mops1(&self) -> u16
pub fn capability_codes_mops2(&self) -> u16
pub fn operational_mode_codes_mops2(&self) -> u16
Trait Implementations§
Source§impl Clone for AircraftOperationalStatusSurfaceMessage
impl Clone for AircraftOperationalStatusSurfaceMessage
Source§fn clone(&self) -> AircraftOperationalStatusSurfaceMessage
fn clone(&self) -> AircraftOperationalStatusSurfaceMessage
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 PartialEq for AircraftOperationalStatusSurfaceMessage
impl PartialEq for AircraftOperationalStatusSurfaceMessage
Source§fn eq(&self, other: &AircraftOperationalStatusSurfaceMessage) -> bool
fn eq(&self, other: &AircraftOperationalStatusSurfaceMessage) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for AircraftOperationalStatusSurfaceMessage
impl StructuralPartialEq for AircraftOperationalStatusSurfaceMessage
Auto Trait Implementations§
impl Freeze for AircraftOperationalStatusSurfaceMessage
impl RefUnwindSafe for AircraftOperationalStatusSurfaceMessage
impl Send for AircraftOperationalStatusSurfaceMessage
impl Sync for AircraftOperationalStatusSurfaceMessage
impl Unpin for AircraftOperationalStatusSurfaceMessage
impl UnsafeUnpin for AircraftOperationalStatusSurfaceMessage
impl UnwindSafe for AircraftOperationalStatusSurfaceMessage
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