Struct rclrust_msg::_core::string::FFIWString
source · [−]#[repr(C)]pub struct FFIWString { /* private fields */ }
Expand description
An array of 16-bit characters terminated by a null character.
Implementations
Trait Implementations
sourceimpl Debug for FFIWString
impl Debug for FFIWString
Auto Trait Implementations
impl RefUnwindSafe for FFIWString
impl !Send for FFIWString
impl !Sync for FFIWString
impl Unpin for FFIWString
impl UnwindSafe for FFIWString
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