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