Struct rclrust_msg::example_interfaces::msg::UInt64MultiArray_Raw
source · [−]#[repr(C)]pub struct UInt64MultiArray_Raw {
pub layout: MultiArrayLayout_Raw,
pub data: FFISeq<u64>,
}
Fields
layout: MultiArrayLayout_Raw
data: FFISeq<u64>
Trait Implementations
sourceimpl Debug for UInt64MultiArray_Raw
impl Debug for UInt64MultiArray_Raw
sourceimpl Default for UInt64MultiArray_Raw
impl Default for UInt64MultiArray_Raw
sourceimpl Drop for UInt64MultiArray_Raw
impl Drop for UInt64MultiArray_Raw
sourceimpl FFIToRust for UInt64MultiArray_Raw
impl FFIToRust for UInt64MultiArray_Raw
type Target = UInt64MultiArray
unsafe fn to_rust(&self) -> Self::Target
impl Send for UInt64MultiArray_Raw
impl Sync for UInt64MultiArray_Raw
Auto Trait Implementations
impl RefUnwindSafe for UInt64MultiArray_Raw
impl Unpin for UInt64MultiArray_Raw
impl UnwindSafe for UInt64MultiArray_Raw
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