#[repr(C)]
pub union ibv_gid {
pub raw: [u8; 16],
pub global: ibv_gid__bindgen_ty_1,
}
Fields§
§raw: [u8; 16]
§global: ibv_gid__bindgen_ty_1
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ibv_gid
impl RefUnwindSafe for ibv_gid
impl Send for ibv_gid
impl Sync for ibv_gid
impl Unpin for ibv_gid
impl UnwindSafe for ibv_gid
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