Struct rclrust_msg::diagnostic_msgs::msg::KeyValue_Raw
source · [−]Fields
key: FFIString
value: FFIString
Trait Implementations
sourceimpl Debug for KeyValue_Raw
impl Debug for KeyValue_Raw
sourceimpl Default for KeyValue_Raw
impl Default for KeyValue_Raw
sourceimpl Drop for KeyValue_Raw
impl Drop for KeyValue_Raw
sourceimpl FFIToRust for KeyValue_Raw
impl FFIToRust for KeyValue_Raw
impl Send for KeyValue_Raw
impl Sync for KeyValue_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