#[repr(C)]pub struct ibv_tmh {
pub opcode: u8,
pub reserved: [u8; 3],
pub app_ctx: __be32,
pub tag: __be64,
}
Fields§
§opcode: u8
§reserved: [u8; 3]
§app_ctx: __be32
§tag: __be64
Trait Implementations§
impl Copy for ibv_tmh
Auto Trait Implementations§
impl Freeze for ibv_tmh
impl RefUnwindSafe for ibv_tmh
impl Send for ibv_tmh
impl Sync for ibv_tmh
impl Unpin for ibv_tmh
impl UnwindSafe for ibv_tmh
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