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