pub struct IntVelCovGeodBlock { /* private fields */ }Expand description
IntVelCovGeod block (Block ID 4065)
INS velocity covariance matrix in geodetic coordinates.
Implementations§
Source§impl IntVelCovGeodBlock
impl IntVelCovGeodBlock
pub fn tow_seconds(&self) -> f64
pub fn tow_ms(&self) -> u32
pub fn wnc(&self) -> u16
pub fn mode(&self) -> PvtMode
pub fn mode_raw(&self) -> u8
pub fn error(&self) -> PvtError
pub fn cov_vn_vn(&self) -> Option<f32>
pub fn cov_ve_ve(&self) -> Option<f32>
pub fn cov_vu_vu(&self) -> Option<f32>
pub fn cov_vn_ve(&self) -> Option<f32>
pub fn cov_vn_vu(&self) -> Option<f32>
pub fn cov_ve_vu(&self) -> Option<f32>
pub fn vn_std_mps(&self) -> Option<f32>
pub fn ve_std_mps(&self) -> Option<f32>
pub fn vu_std_mps(&self) -> Option<f32>
Trait Implementations§
Source§impl Clone for IntVelCovGeodBlock
impl Clone for IntVelCovGeodBlock
Source§fn clone(&self) -> IntVelCovGeodBlock
fn clone(&self) -> IntVelCovGeodBlock
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 IntVelCovGeodBlock
impl Debug for IntVelCovGeodBlock
Auto Trait Implementations§
impl Freeze for IntVelCovGeodBlock
impl RefUnwindSafe for IntVelCovGeodBlock
impl Send for IntVelCovGeodBlock
impl Sync for IntVelCovGeodBlock
impl Unpin for IntVelCovGeodBlock
impl UnsafeUnpin for IntVelCovGeodBlock
impl UnwindSafe for IntVelCovGeodBlock
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