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