#[repr(C)]pub struct InteractiveMarkerPose_Raw {
pub header: Header_Raw,
pub pose: Pose_Raw,
pub name: FFIString,
}
Fields
header: Header_Raw
pose: Pose_Raw
name: FFIString
Trait Implementations
sourceimpl Debug for InteractiveMarkerPose_Raw
impl Debug for InteractiveMarkerPose_Raw
sourceimpl Default for InteractiveMarkerPose_Raw
impl Default for InteractiveMarkerPose_Raw
sourceimpl Drop for InteractiveMarkerPose_Raw
impl Drop for InteractiveMarkerPose_Raw
sourceimpl FFIToRust for InteractiveMarkerPose_Raw
impl FFIToRust for InteractiveMarkerPose_Raw
type Target = InteractiveMarkerPose
unsafe fn to_rust(&self) -> Self::Target
impl Send for InteractiveMarkerPose_Raw
impl Sync for InteractiveMarkerPose_Raw
Auto Trait Implementations
impl RefUnwindSafe for InteractiveMarkerPose_Raw
impl Unpin for InteractiveMarkerPose_Raw
impl UnwindSafe for InteractiveMarkerPose_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