Struct rclrust_msg::map_msgs::msg::PointCloud2Update_Raw
source · [−]#[repr(C)]pub struct PointCloud2Update_Raw {
pub header: Header_Raw,
pub type_: u32,
pub points: PointCloud2_Raw,
}
Fields
header: Header_Raw
type_: u32
points: PointCloud2_Raw
Trait Implementations
sourceimpl Debug for PointCloud2Update_Raw
impl Debug for PointCloud2Update_Raw
sourceimpl Default for PointCloud2Update_Raw
impl Default for PointCloud2Update_Raw
sourceimpl Drop for PointCloud2Update_Raw
impl Drop for PointCloud2Update_Raw
sourceimpl FFIToRust for PointCloud2Update_Raw
impl FFIToRust for PointCloud2Update_Raw
type Target = PointCloud2Update
unsafe fn to_rust(&self) -> Self::Target
impl Send for PointCloud2Update_Raw
impl Sync for PointCloud2Update_Raw
Auto Trait Implementations
impl RefUnwindSafe for PointCloud2Update_Raw
impl Unpin for PointCloud2Update_Raw
impl UnwindSafe for PointCloud2Update_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