Struct rclrust_msg::sensor_msgs::msg::NavSatStatus
source · [−]Fields
status: i8
service: u16
Implementations
sourceimpl NavSatStatus
impl NavSatStatus
pub const STATUS_NO_FIX: i8 = -1i8
pub const STATUS_FIX: i8 = 0i8
pub const STATUS_SBAS_FIX: i8 = 1i8
pub const STATUS_GBAS_FIX: i8 = 2i8
pub const SERVICE_GPS: u16 = 1u16
pub const SERVICE_GLONASS: u16 = 2u16
pub const SERVICE_COMPASS: u16 = 4u16
pub const SERVICE_GALILEO: u16 = 8u16
Trait Implementations
sourceimpl Clone for NavSatStatus
impl Clone for NavSatStatus
sourcefn clone(&self) -> NavSatStatus
fn clone(&self) -> NavSatStatus
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for NavSatStatus
impl Debug for NavSatStatus
sourceimpl Default for NavSatStatus
impl Default for NavSatStatus
sourceimpl InternalDefault for NavSatStatus
impl InternalDefault for NavSatStatus
sourceimpl MessageT for NavSatStatus
impl MessageT for NavSatStatus
type Raw = NavSatStatus_Raw
type RawRef = NavSatStatus_RawRef
fn type_support() -> *const c_void
unsafe fn from_raw(from: &Self::Raw) -> Self
unsafe fn to_raw_ref(&self) -> Self::RawRef
sourcefn eq(&self, other: &NavSatStatus) -> bool
fn eq(&self, other: &NavSatStatus) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &NavSatStatus) -> bool
fn ne(&self, other: &NavSatStatus) -> bool
This method tests for !=
.
impl StructuralPartialEq for NavSatStatus
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more