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