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