pub struct IntPosCovGeodBlock { /* private fields */ }Expand description
IntPosCovGeod block (Block ID 4064)
INS position covariance matrix in geodetic coordinates.
Implementations§
Source§impl IntPosCovGeodBlock
impl IntPosCovGeodBlock
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_lat_lat(&self) -> Option<f32>
pub fn cov_lon_lon(&self) -> Option<f32>
pub fn cov_alt_alt(&self) -> Option<f32>
pub fn cov_lat_lon(&self) -> Option<f32>
pub fn cov_lat_alt(&self) -> Option<f32>
pub fn cov_lon_alt(&self) -> Option<f32>
pub fn lat_std_m(&self) -> Option<f32>
pub fn lon_std_m(&self) -> Option<f32>
pub fn alt_std_m(&self) -> Option<f32>
Trait Implementations§
Source§impl Clone for IntPosCovGeodBlock
impl Clone for IntPosCovGeodBlock
Source§fn clone(&self) -> IntPosCovGeodBlock
fn clone(&self) -> IntPosCovGeodBlock
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 IntPosCovGeodBlock
impl Debug for IntPosCovGeodBlock
Auto Trait Implementations§
impl Freeze for IntPosCovGeodBlock
impl RefUnwindSafe for IntPosCovGeodBlock
impl Send for IntPosCovGeodBlock
impl Sync for IntPosCovGeodBlock
impl Unpin for IntPosCovGeodBlock
impl UnsafeUnpin for IntPosCovGeodBlock
impl UnwindSafe for IntPosCovGeodBlock
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