Struct rclrust_msg::rcl_interfaces::msg::Parameter_Raw
source · [−]#[repr(C)]pub struct Parameter_Raw {
pub name: FFIString,
pub value: ParameterValue_Raw,
}
Fields
name: FFIString
value: ParameterValue_Raw
Trait Implementations
sourceimpl Debug for Parameter_Raw
impl Debug for Parameter_Raw
sourceimpl Default for Parameter_Raw
impl Default for Parameter_Raw
sourceimpl Drop for Parameter_Raw
impl Drop for Parameter_Raw
sourceimpl FFIToRust for Parameter_Raw
impl FFIToRust for Parameter_Raw
impl Send for Parameter_Raw
impl Sync for Parameter_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