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