Struct rclrust_msg::nav_msgs::srv::LoadMap_Response_Raw
source · [−]#[repr(C)]pub struct LoadMap_Response_Raw {
pub map: OccupancyGrid_Raw,
pub result: u8,
}
Fields
map: OccupancyGrid_Raw
result: u8
Trait Implementations
sourceimpl Debug for LoadMap_Response_Raw
impl Debug for LoadMap_Response_Raw
sourceimpl Default for LoadMap_Response_Raw
impl Default for LoadMap_Response_Raw
sourceimpl Drop for LoadMap_Response_Raw
impl Drop for LoadMap_Response_Raw
sourceimpl FFIToRust for LoadMap_Response_Raw
impl FFIToRust for LoadMap_Response_Raw
type Target = LoadMap_Response
unsafe fn to_rust(&self) -> Self::Target
impl Send for LoadMap_Response_Raw
impl Sync for LoadMap_Response_Raw
Auto Trait Implementations
impl RefUnwindSafe for LoadMap_Response_Raw
impl Unpin for LoadMap_Response_Raw
impl UnwindSafe for LoadMap_Response_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