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