pub struct PointCloud2Update {
pub header: Header,
pub type_: u32,
pub points: PointCloud2,
}Fields§
§header: Header§type_: u32§points: PointCloud2Implementations§
Trait Implementations§
Source§impl Clone for PointCloud2Update
impl Clone for PointCloud2Update
Source§fn clone(&self) -> PointCloud2Update
fn clone(&self) -> PointCloud2Update
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 PointCloud2Update
impl Debug for PointCloud2Update
Source§impl Default for PointCloud2Update
impl Default for PointCloud2Update
Source§impl<'de> Deserialize<'de> for PointCloud2Update
impl<'de> Deserialize<'de> for PointCloud2Update
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 PointCloud2Update
impl PartialEq for PointCloud2Update
Source§impl Serialize for PointCloud2Update
impl Serialize for PointCloud2Update
impl Message for PointCloud2Update
impl StructuralPartialEq for PointCloud2Update
Auto Trait Implementations§
impl Freeze for PointCloud2Update
impl RefUnwindSafe for PointCloud2Update
impl Send for PointCloud2Update
impl Sync for PointCloud2Update
impl Unpin for PointCloud2Update
impl UnwindSafe for PointCloud2Update
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