Struct safe_drive::msg::common_interfaces::visualization_msgs::msg::menu_entry::MenuEntry
source · #[repr(C)]pub struct MenuEntry {
pub id: u32,
pub parent_id: u32,
pub title: RosString<0>,
pub command: RosString<0>,
pub command_type: u8,
}
Fields§
§id: u32
§parent_id: u32
§title: RosString<0>
§command: RosString<0>
§command_type: u8
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for MenuEntry
impl Send for MenuEntry
impl Sync for MenuEntry
impl Unpin for MenuEntry
impl UnwindSafe for MenuEntry
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more