pub struct IntPosCovCartBlock { /* private fields */ }Expand description
IntPosCovCart block (Block ID 4062)
INS position covariance matrix in Cartesian (ECEF) coordinates.
Implementations§
Source§impl IntPosCovCartBlock
impl IntPosCovCartBlock
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 error_raw(&self) -> u8
pub fn cov_xx(&self) -> Option<f32>
pub fn cov_yy(&self) -> Option<f32>
pub fn cov_zz(&self) -> Option<f32>
pub fn cov_xy(&self) -> Option<f32>
pub fn cov_xz(&self) -> Option<f32>
pub fn cov_yz(&self) -> Option<f32>
pub fn x_std_m(&self) -> Option<f32>
pub fn y_std_m(&self) -> Option<f32>
pub fn z_std_m(&self) -> Option<f32>
Trait Implementations§
Source§impl Clone for IntPosCovCartBlock
impl Clone for IntPosCovCartBlock
Source§fn clone(&self) -> IntPosCovCartBlock
fn clone(&self) -> IntPosCovCartBlock
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 IntPosCovCartBlock
impl Debug for IntPosCovCartBlock
Auto Trait Implementations§
impl Freeze for IntPosCovCartBlock
impl RefUnwindSafe for IntPosCovCartBlock
impl Send for IntPosCovCartBlock
impl Sync for IntPosCovCartBlock
impl Unpin for IntPosCovCartBlock
impl UnsafeUnpin for IntPosCovCartBlock
impl UnwindSafe for IntPosCovCartBlock
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