Struct rclrust_msg::sensor_msgs::msg::NavSatFix_Raw
source · [−]#[repr(C)]pub struct NavSatFix_Raw {
pub header: Header_Raw,
pub status: NavSatStatus_Raw,
pub latitude: f64,
pub longitude: f64,
pub altitude: f64,
pub position_covariance: [f64; 9],
pub position_covariance_type: u8,
}
Fields
header: Header_Raw
status: NavSatStatus_Raw
latitude: f64
longitude: f64
altitude: f64
position_covariance: [f64; 9]
position_covariance_type: u8
Trait Implementations
sourceimpl Debug for NavSatFix_Raw
impl Debug for NavSatFix_Raw
sourceimpl Default for NavSatFix_Raw
impl Default for NavSatFix_Raw
sourceimpl Drop for NavSatFix_Raw
impl Drop for NavSatFix_Raw
sourceimpl FFIToRust for NavSatFix_Raw
impl FFIToRust for NavSatFix_Raw
impl Send for NavSatFix_Raw
impl Sync for NavSatFix_Raw
Auto Trait Implementations
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