pub struct RaimStatisticsV2Block {
pub integrity_flag: u8,
/* private fields */
}Expand description
RAIM integrity statistics.
Fields§
§integrity_flag: u8Implementations§
Source§impl RaimStatisticsV2Block
impl RaimStatisticsV2Block
pub fn tow_seconds(&self) -> f64
pub fn tow_ms(&self) -> u32
pub fn wnc(&self) -> u16
pub fn herl_position_m(&self) -> Option<f32>
pub fn verl_position_m(&self) -> Option<f32>
pub fn herl_velocity_mps(&self) -> Option<f32>
pub fn verl_velocity_mps(&self) -> Option<f32>
pub fn overall_model(&self) -> Option<u16>
Trait Implementations§
Source§impl Clone for RaimStatisticsV2Block
impl Clone for RaimStatisticsV2Block
Source§fn clone(&self) -> RaimStatisticsV2Block
fn clone(&self) -> RaimStatisticsV2Block
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 RaimStatisticsV2Block
impl Debug for RaimStatisticsV2Block
Auto Trait Implementations§
impl Freeze for RaimStatisticsV2Block
impl RefUnwindSafe for RaimStatisticsV2Block
impl Send for RaimStatisticsV2Block
impl Sync for RaimStatisticsV2Block
impl Unpin for RaimStatisticsV2Block
impl UnsafeUnpin for RaimStatisticsV2Block
impl UnwindSafe for RaimStatisticsV2Block
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