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