pub struct PolygonMesh {
pub header: Header,
pub cloud: PointCloud2,
pub polygons: Vec<Vertices>,
}Fields§
§header: Header§cloud: PointCloud2§polygons: Vec<Vertices>Trait Implementations§
Source§impl Clone for PolygonMesh
impl Clone for PolygonMesh
Source§fn clone(&self) -> PolygonMesh
fn clone(&self) -> PolygonMesh
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PolygonMesh
impl Debug for PolygonMesh
Source§impl Default for PolygonMesh
impl Default for PolygonMesh
Source§impl<'de> Deserialize<'de> for PolygonMesh
impl<'de> Deserialize<'de> for PolygonMesh
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for PolygonMesh
impl PartialEq for PolygonMesh
Source§impl Serialize for PolygonMesh
impl Serialize for PolygonMesh
impl Message for PolygonMesh
impl StructuralPartialEq for PolygonMesh
Auto Trait Implementations§
impl Freeze for PolygonMesh
impl RefUnwindSafe for PolygonMesh
impl Send for PolygonMesh
impl Sync for PolygonMesh
impl Unpin for PolygonMesh
impl UnwindSafe for PolygonMesh
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more