Struct rclrust_msg::nav_msgs::msg::MapMetaData
source · [−]pub struct MapMetaData {
pub map_load_time: Time,
pub resolution: f32,
pub width: u32,
pub height: u32,
pub origin: Pose,
}
Fields
map_load_time: Time
resolution: f32
width: u32
height: u32
origin: Pose
Trait Implementations
sourceimpl Clone for MapMetaData
impl Clone for MapMetaData
sourcefn clone(&self) -> MapMetaData
fn clone(&self) -> MapMetaData
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for MapMetaData
impl Debug for MapMetaData
sourceimpl Default for MapMetaData
impl Default for MapMetaData
sourceimpl InternalDefault for MapMetaData
impl InternalDefault for MapMetaData
sourceimpl MessageT for MapMetaData
impl MessageT for MapMetaData
type Raw = MapMetaData_Raw
type RawRef = MapMetaData_RawRef
fn type_support() -> *const c_void
unsafe fn from_raw(from: &Self::Raw) -> Self
unsafe fn to_raw_ref(&self) -> Self::RawRef
sourceimpl PartialEq<MapMetaData> for MapMetaData
impl PartialEq<MapMetaData> for MapMetaData
sourcefn eq(&self, other: &MapMetaData) -> bool
fn eq(&self, other: &MapMetaData) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &MapMetaData) -> bool
fn ne(&self, other: &MapMetaData) -> bool
This method tests for !=
.
impl StructuralPartialEq for MapMetaData
Auto Trait Implementations
impl RefUnwindSafe for MapMetaData
impl Send for MapMetaData
impl Sync for MapMetaData
impl Unpin for MapMetaData
impl UnwindSafe for MapMetaData
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more