Struct rclrust_msg::rosbag2_interfaces::srv::GetRate_Response_Raw
source · [−]#[repr(C)]pub struct GetRate_Response_Raw {
pub rate: f64,
}
Fields
rate: f64
Trait Implementations
sourceimpl Debug for GetRate_Response_Raw
impl Debug for GetRate_Response_Raw
sourceimpl Default for GetRate_Response_Raw
impl Default for GetRate_Response_Raw
sourceimpl Drop for GetRate_Response_Raw
impl Drop for GetRate_Response_Raw
sourceimpl FFIToRust for GetRate_Response_Raw
impl FFIToRust for GetRate_Response_Raw
type Target = GetRate_Response
unsafe fn to_rust(&self) -> Self::Target
impl Send for GetRate_Response_Raw
impl Sync for GetRate_Response_Raw
Auto Trait Implementations
impl RefUnwindSafe for GetRate_Response_Raw
impl Unpin for GetRate_Response_Raw
impl UnwindSafe for GetRate_Response_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