[][src]Struct ublox::NavStatusRef

pub struct NavStatusRef<'a>(_);

Receiver Navigation Status Contains a reference to an underlying buffer, contains accessor methods to retrieve data.

Implementations

impl<'a> NavStatusRef<'a>[src]

pub fn itow(&self) -> u32[src]

GPS Millisecond Time of Week

pub fn fix_type(&self) -> GpsFix[src]

GPS fix Type, this value does not qualify a fix as valid and within the limits

pub fn flags(&self) -> NavStatusFlags[src]

Navigation Status Flags

pub fn fix_stat(&self) -> FixStatusInfo[src]

Fix Status Information

pub fn flags2(&self) -> NavStatusFlags2[src]

further information about navigation output

pub fn time_to_first_fix(&self) -> u32[src]

Time to first fix (millisecond time tag)

pub fn uptime_ms(&self) -> u32[src]

Milliseconds since Startup / Reset

Auto Trait Implementations

impl<'a> RefUnwindSafe for NavStatusRef<'a>

impl<'a> Send for NavStatusRef<'a>

impl<'a> Sync for NavStatusRef<'a>

impl<'a> Unpin for NavStatusRef<'a>

impl<'a> UnwindSafe for NavStatusRef<'a>

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.