Struct rclrust_msg::visualization_msgs::msg::InteractiveMarker_Raw
source · [−]#[repr(C)]pub struct InteractiveMarker_Raw {
pub header: Header_Raw,
pub pose: Pose_Raw,
pub name: FFIString,
pub description: FFIString,
pub scale: f32,
pub menu_entries: FFISeq<MenuEntry_Raw>,
pub controls: FFISeq<InteractiveMarkerControl_Raw>,
}
Fields
header: Header_Raw
pose: Pose_Raw
name: FFIString
description: FFIString
scale: f32
controls: FFISeq<InteractiveMarkerControl_Raw>
Trait Implementations
sourceimpl Debug for InteractiveMarker_Raw
impl Debug for InteractiveMarker_Raw
sourceimpl Default for InteractiveMarker_Raw
impl Default for InteractiveMarker_Raw
sourceimpl Drop for InteractiveMarker_Raw
impl Drop for InteractiveMarker_Raw
sourceimpl FFIToRust for InteractiveMarker_Raw
impl FFIToRust for InteractiveMarker_Raw
type Target = InteractiveMarker
unsafe fn to_rust(&self) -> Self::Target
impl Send for InteractiveMarker_Raw
impl Sync for InteractiveMarker_Raw
Auto Trait Implementations
impl RefUnwindSafe for InteractiveMarker_Raw
impl Unpin for InteractiveMarker_Raw
impl UnwindSafe for InteractiveMarker_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