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