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