[][src]Struct rosrust_msg::sensor_msgs::NavSatStatus

pub struct NavSatStatus {
    pub status: i8,
    pub service: u16,
}

Fields

status: i8service: u16

Methods

impl NavSatStatus[src]

pub const STATUS_NO_FIX: i8[src]

pub const STATUS_FIX: i8[src]

pub const STATUS_SBAS_FIX: i8[src]

pub const STATUS_GBAS_FIX: i8[src]

pub const SERVICE_GPS: u16[src]

pub const SERVICE_GLONASS: u16[src]

pub const SERVICE_COMPASS: u16[src]

pub const SERVICE_GALILEO: u16[src]

Trait Implementations

impl Clone for NavSatStatus[src][+]

impl Debug for NavSatStatus[src][+]

impl Default for NavSatStatus[src][+]

impl Message for NavSatStatus[src][+]

impl PartialEq<NavSatStatus> for NavSatStatus[src][+]

impl RosMsg for NavSatStatus[src][+]

Auto Trait Implementations

impl RefUnwindSafe for NavSatStatus

impl Send for NavSatStatus

impl Sync for NavSatStatus

impl Unpin for NavSatStatus

impl UnwindSafe for NavSatStatus

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> ToOwned for T where
    T: Clone
[src][+]

type Owned = T

The resulting type after obtaining ownership.

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.

impl<T> Typeable for T where
    T: Any
[src][+]