Struct rclrust_msg::sensor_msgs::msg::NavSatStatus_Raw
source · [−]Fields
status: i8
service: u16
Trait Implementations
sourceimpl Debug for NavSatStatus_Raw
impl Debug for NavSatStatus_Raw
sourceimpl Default for NavSatStatus_Raw
impl Default for NavSatStatus_Raw
sourceimpl Drop for NavSatStatus_Raw
impl Drop for NavSatStatus_Raw
sourceimpl FFIToRust for NavSatStatus_Raw
impl FFIToRust for NavSatStatus_Raw
type Target = NavSatStatus
unsafe fn to_rust(&self) -> Self::Target
impl Send for NavSatStatus_Raw
impl Sync for NavSatStatus_Raw
Auto Trait Implementations
impl RefUnwindSafe for NavSatStatus_Raw
impl Unpin for NavSatStatus_Raw
impl UnwindSafe for NavSatStatus_Raw
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