pub struct ScanDescriptor {
pub header: Header,
pub scan: LaserScan,
pub scan_cloud: PointCloud2,
pub global_descriptor: GlobalDescriptor,
}
Fields§
§header: Header
§scan: LaserScan
§scan_cloud: PointCloud2
§global_descriptor: GlobalDescriptor
Trait Implementations§
Source§impl Clone for ScanDescriptor
impl Clone for ScanDescriptor
Source§fn clone(&self) -> ScanDescriptor
fn clone(&self) -> ScanDescriptor
Returns a copy 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 ScanDescriptor
impl Debug for ScanDescriptor
Source§impl Default for ScanDescriptor
impl Default for ScanDescriptor
Source§impl<'de> Deserialize<'de> for ScanDescriptor
impl<'de> Deserialize<'de> for ScanDescriptor
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 ScanDescriptor
impl PartialEq for ScanDescriptor
Source§impl Serialize for ScanDescriptor
impl Serialize for ScanDescriptor
impl Message for ScanDescriptor
impl StructuralPartialEq for ScanDescriptor
Auto Trait Implementations§
impl Freeze for ScanDescriptor
impl RefUnwindSafe for ScanDescriptor
impl Send for ScanDescriptor
impl Sync for ScanDescriptor
impl Unpin for ScanDescriptor
impl UnwindSafe for ScanDescriptor
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