Struct rclrust_msg::pcl_msgs::msg::PolygonMesh_Raw
source · [−]#[repr(C)]pub struct PolygonMesh_Raw {
pub header: Header_Raw,
pub cloud: PointCloud2_Raw,
pub polygons: FFISeq<Vertices_Raw>,
}
Fields
header: Header_Raw
cloud: PointCloud2_Raw
polygons: FFISeq<Vertices_Raw>
Trait Implementations
sourceimpl Debug for PolygonMesh_Raw
impl Debug for PolygonMesh_Raw
sourceimpl Default for PolygonMesh_Raw
impl Default for PolygonMesh_Raw
sourceimpl Drop for PolygonMesh_Raw
impl Drop for PolygonMesh_Raw
sourceimpl FFIToRust for PolygonMesh_Raw
impl FFIToRust for PolygonMesh_Raw
type Target = PolygonMesh
unsafe fn to_rust(&self) -> Self::Target
impl Send for PolygonMesh_Raw
impl Sync for PolygonMesh_Raw
Auto Trait Implementations
impl RefUnwindSafe for PolygonMesh_Raw
impl Unpin for PolygonMesh_Raw
impl UnwindSafe for PolygonMesh_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