pub struct PointCloudMapCellMetaData {
pub min_x: f32,
pub min_y: f32,
pub max_x: f32,
pub max_y: f32,
}Fields§
§min_x: f32§min_y: f32§max_x: f32§max_y: f32Trait Implementations§
Source§impl Clone for PointCloudMapCellMetaData
impl Clone for PointCloudMapCellMetaData
Source§fn clone(&self) -> PointCloudMapCellMetaData
fn clone(&self) -> PointCloudMapCellMetaData
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 PointCloudMapCellMetaData
impl Debug for PointCloudMapCellMetaData
Source§impl Default for PointCloudMapCellMetaData
impl Default for PointCloudMapCellMetaData
Source§impl<'de> Deserialize<'de> for PointCloudMapCellMetaData
impl<'de> Deserialize<'de> for PointCloudMapCellMetaData
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
impl Message for PointCloudMapCellMetaData
impl StructuralPartialEq for PointCloudMapCellMetaData
Auto Trait Implementations§
impl Freeze for PointCloudMapCellMetaData
impl RefUnwindSafe for PointCloudMapCellMetaData
impl Send for PointCloudMapCellMetaData
impl Sync for PointCloudMapCellMetaData
impl Unpin for PointCloudMapCellMetaData
impl UnwindSafe for PointCloudMapCellMetaData
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