#[repr(C)]pub struct rmw_gid_s {
pub implementation_identifier: *const c_char,
pub data: [u8; 24],
}
Fields§
§implementation_identifier: *const c_char
§data: [u8; 24]
Trait Implementations§
impl Copy for rmw_gid_s
impl StructuralPartialEq for rmw_gid_s
Auto Trait Implementations§
impl Freeze for rmw_gid_s
impl RefUnwindSafe for rmw_gid_s
impl !Send for rmw_gid_s
impl !Sync for rmw_gid_s
impl Unpin for rmw_gid_s
impl UnwindSafe for rmw_gid_s
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)