Struct rclrust_msg::map_msgs::srv::GetPointMapROI
source · [−]pub struct GetPointMapROI;
Trait Implementations
sourceimpl Debug for GetPointMapROI
impl Debug for GetPointMapROI
sourceimpl ServiceT for GetPointMapROI
impl ServiceT for GetPointMapROI
type Request = GetPointMapROI_Request
type Response = GetPointMapROI_Response
fn type_support() -> *const c_void
Auto Trait Implementations
impl RefUnwindSafe for GetPointMapROI
impl Send for GetPointMapROI
impl Sync for GetPointMapROI
impl Unpin for GetPointMapROI
impl UnwindSafe for GetPointMapROI
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