Struct ibverbs_sys::ibv_ops_wr [−][src]
#[repr(C)]pub struct ibv_ops_wr {
pub wr_id: u64,
pub next: *mut ibv_ops_wr,
pub opcode: ibv_ops_wr_opcode,
pub flags: c_int,
pub tm: ibv_ops_wr__bindgen_ty_1,
}Fields
wr_id: u64next: *mut ibv_ops_wropcode: ibv_ops_wr_opcodeflags: c_inttm: ibv_ops_wr__bindgen_ty_1Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ibv_ops_wr
impl !Send for ibv_ops_wr
impl !Sync for ibv_ops_wr
impl Unpin for ibv_ops_wr
impl UnwindSafe for ibv_ops_wr
Blanket Implementations
Mutably borrows from an owned value. Read more