#[repr(C)]
pub struct ibv_wc {
Show 13 fields pub wr_id: u64, pub status: Type, pub opcode: Type, pub vendor_err: u32, pub byte_len: u32, pub imm_data_invalidated_rkey_union: imm_data_invalidated_rkey_union_t, pub qp_num: u32, pub src_qp: u32, pub wc_flags: c_uint, pub pkey_index: u16, pub slid: u16, pub sl: u8, pub dlid_path_bits: u8,
}

Fields

wr_id: u64status: Typeopcode: Typevendor_err: u32byte_len: u32imm_data_invalidated_rkey_union: imm_data_invalidated_rkey_union_tqp_num: u32src_qp: u32wc_flags: c_uintpkey_index: u16slid: u16sl: u8dlid_path_bits: u8

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.