Struct safe_drive::msg::common_interfaces::nav_msgs::srv::LoadMapResponse
source · #[repr(C)]pub struct LoadMapResponse {
pub map: OccupancyGrid,
pub result: u8,
}
Fields§
§map: OccupancyGrid
§result: u8
Implementations§
Trait Implementations§
source§impl Debug for LoadMapResponse
impl Debug for LoadMapResponse
source§impl Drop for LoadMapResponse
impl Drop for LoadMapResponse
Auto Trait Implementations§
impl Freeze for LoadMapResponse
impl RefUnwindSafe for LoadMapResponse
impl Send for LoadMapResponse
impl Sync for LoadMapResponse
impl Unpin for LoadMapResponse
impl UnwindSafe for LoadMapResponse
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