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