Struct rclrust_msg::visualization_msgs::msg::MenuEntry_Raw
source · [−]#[repr(C)]pub struct MenuEntry_Raw {
pub id: u32,
pub parent_id: u32,
pub title: FFIString,
pub command: FFIString,
pub command_type: u8,
}
Fields
id: u32
parent_id: u32
title: FFIString
command: FFIString
command_type: u8
Trait Implementations
sourceimpl Debug for MenuEntry_Raw
impl Debug for MenuEntry_Raw
sourceimpl Default for MenuEntry_Raw
impl Default for MenuEntry_Raw
sourceimpl Drop for MenuEntry_Raw
impl Drop for MenuEntry_Raw
sourceimpl FFIToRust for MenuEntry_Raw
impl FFIToRust for MenuEntry_Raw
impl Send for MenuEntry_Raw
impl Sync for MenuEntry_Raw
Auto Trait Implementations
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