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