pub struct BaseVectorGeodInfo {
pub nr_sv: u8,
pub misc: u8,
pub reference_id: u16,
pub signal_info: u32,
/* private fields */
}Expand description
Base vector info in local geodetic coordinates
Fields§
§nr_sv: u8§misc: u8§reference_id: u16§signal_info: u32Implementations§
Source§impl BaseVectorGeodInfo
impl BaseVectorGeodInfo
pub fn mode(&self) -> PvtMode
pub fn error(&self) -> PvtError
pub fn de_m(&self) -> Option<f64>
pub fn dn_m(&self) -> Option<f64>
pub fn du_m(&self) -> Option<f64>
pub fn dve_mps(&self) -> Option<f32>
pub fn dvn_mps(&self) -> Option<f32>
pub fn dvu_mps(&self) -> Option<f32>
pub fn azimuth_deg(&self) -> Option<f64>
pub fn elevation_deg(&self) -> Option<f64>
pub fn corr_age_seconds(&self) -> Option<f32>
Trait Implementations§
Source§impl Clone for BaseVectorGeodInfo
impl Clone for BaseVectorGeodInfo
Source§fn clone(&self) -> BaseVectorGeodInfo
fn clone(&self) -> BaseVectorGeodInfo
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 moreAuto Trait Implementations§
impl Freeze for BaseVectorGeodInfo
impl RefUnwindSafe for BaseVectorGeodInfo
impl Send for BaseVectorGeodInfo
impl Sync for BaseVectorGeodInfo
impl Unpin for BaseVectorGeodInfo
impl UnsafeUnpin for BaseVectorGeodInfo
impl UnwindSafe for BaseVectorGeodInfo
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