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