Struct rclrust_msg::nav_msgs::msg::MapMetaData_Raw
source · [−]#[repr(C)]pub struct MapMetaData_Raw {
pub map_load_time: Time_Raw,
pub resolution: f32,
pub width: u32,
pub height: u32,
pub origin: Pose_Raw,
}
Fields
map_load_time: Time_Raw
resolution: f32
width: u32
height: u32
origin: Pose_Raw
Trait Implementations
sourceimpl Debug for MapMetaData_Raw
impl Debug for MapMetaData_Raw
sourceimpl Default for MapMetaData_Raw
impl Default for MapMetaData_Raw
sourceimpl Drop for MapMetaData_Raw
impl Drop for MapMetaData_Raw
sourceimpl FFIToRust for MapMetaData_Raw
impl FFIToRust for MapMetaData_Raw
type Target = MapMetaData
unsafe fn to_rust(&self) -> Self::Target
impl Send for MapMetaData_Raw
impl Sync for MapMetaData_Raw
Auto Trait Implementations
impl RefUnwindSafe for MapMetaData_Raw
impl Unpin for MapMetaData_Raw
impl UnwindSafe for MapMetaData_Raw
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