Struct rclrust_msg::sensor_msgs::msg::PointCloud2_Raw
source · [−]#[repr(C)]pub struct PointCloud2_Raw {
pub header: Header_Raw,
pub height: u32,
pub width: u32,
pub fields: FFISeq<PointField_Raw>,
pub is_bigendian: bool,
pub point_step: u32,
pub row_step: u32,
pub data: FFISeq<u8>,
pub is_dense: bool,
}
Fields
header: Header_Raw
height: u32
width: u32
fields: FFISeq<PointField_Raw>
is_bigendian: bool
point_step: u32
row_step: u32
data: FFISeq<u8>
is_dense: bool
Trait Implementations
sourceimpl Debug for PointCloud2_Raw
impl Debug for PointCloud2_Raw
sourceimpl Default for PointCloud2_Raw
impl Default for PointCloud2_Raw
sourceimpl Drop for PointCloud2_Raw
impl Drop for PointCloud2_Raw
sourceimpl FFIToRust for PointCloud2_Raw
impl FFIToRust for PointCloud2_Raw
type Target = PointCloud2
unsafe fn to_rust(&self) -> Self::Target
impl Send for PointCloud2_Raw
impl Sync for PointCloud2_Raw
Auto Trait Implementations
impl RefUnwindSafe for PointCloud2_Raw
impl Unpin for PointCloud2_Raw
impl UnwindSafe for PointCloud2_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