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