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