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