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