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