#[repr(C)]pub struct InteractiveMarkerControl_Raw {
pub name: FFIString,
pub orientation: Quaternion_Raw,
pub orientation_mode: u8,
pub interaction_mode: u8,
pub always_visible: bool,
pub markers: FFISeq<Marker_Raw>,
pub independent_marker_orientation: bool,
pub description: FFIString,
}
Fields
name: FFIString
orientation: Quaternion_Raw
orientation_mode: u8
interaction_mode: u8
always_visible: bool
markers: FFISeq<Marker_Raw>
independent_marker_orientation: bool
description: FFIString
Trait Implementations
sourceimpl Debug for InteractiveMarkerControl_Raw
impl Debug for InteractiveMarkerControl_Raw
sourceimpl Drop for InteractiveMarkerControl_Raw
impl Drop for InteractiveMarkerControl_Raw
sourceimpl FFIToRust for InteractiveMarkerControl_Raw
impl FFIToRust for InteractiveMarkerControl_Raw
type Target = InteractiveMarkerControl
unsafe fn to_rust(&self) -> Self::Target
impl Send for InteractiveMarkerControl_Raw
impl Sync for InteractiveMarkerControl_Raw
Auto Trait Implementations
impl RefUnwindSafe for InteractiveMarkerControl_Raw
impl Unpin for InteractiveMarkerControl_Raw
impl UnwindSafe for InteractiveMarkerControl_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