Struct rclrust_msg::example_interfaces::msg::WString_Raw
source · [−]#[repr(C)]pub struct WString_Raw {
pub data: FFIWString,
}
Fields
data: FFIWString
Trait Implementations
sourceimpl Debug for WString_Raw
impl Debug for WString_Raw
sourceimpl Default for WString_Raw
impl Default for WString_Raw
sourceimpl Drop for WString_Raw
impl Drop for WString_Raw
sourceimpl FFIToRust for WString_Raw
impl FFIToRust for WString_Raw
impl Send for WString_Raw
impl Sync for WString_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