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