pub struct ParameterType {}Expand description
ROS2 defines this as an empty .msg ParameterType
Implementations§
Source§impl ParameterType
impl ParameterType
pub const NOT_SET: u8 = 0
pub const BOOL: u8 = 1
pub const INTEGER: u8 = 2
pub const DOUBLE: u8 = 3
pub const STRING: u8 = 4
pub const BYTE_ARRAY: u8 = 5
pub const BOOL_ARRAY: u8 = 6
pub const INTEGER_ARRAY: u8 = 7
pub const DOUBLE_ARRAY: u8 = 8
pub const STRING_ARRAY: u8 = 9
Auto Trait Implementations§
impl Freeze for ParameterType
impl RefUnwindSafe for ParameterType
impl Send for ParameterType
impl Sync for ParameterType
impl Unpin for ParameterType
impl UnsafeUnpin for ParameterType
impl UnwindSafe for ParameterType
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