Struct rclrust_msg::geometry_msgs::msg::InertiaStamped_Raw
source · [−]#[repr(C)]pub struct InertiaStamped_Raw {
pub header: Header_Raw,
pub inertia: Inertia_Raw,
}
Fields
header: Header_Raw
inertia: Inertia_Raw
Trait Implementations
sourceimpl Debug for InertiaStamped_Raw
impl Debug for InertiaStamped_Raw
sourceimpl Default for InertiaStamped_Raw
impl Default for InertiaStamped_Raw
sourceimpl Drop for InertiaStamped_Raw
impl Drop for InertiaStamped_Raw
sourceimpl FFIToRust for InertiaStamped_Raw
impl FFIToRust for InertiaStamped_Raw
type Target = InertiaStamped
unsafe fn to_rust(&self) -> Self::Target
impl Send for InertiaStamped_Raw
impl Sync for InertiaStamped_Raw
Auto Trait Implementations
impl RefUnwindSafe for InertiaStamped_Raw
impl Unpin for InertiaStamped_Raw
impl UnwindSafe for InertiaStamped_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