Struct ibverbs_sys::ibv_device_attr_ex[][src]

#[repr(C)]
pub struct ibv_device_attr_ex {
Show 16 fields pub orig_attr: ibv_device_attr, pub comp_mask: u32, pub odp_caps: ibv_odp_caps, pub completion_timestamp_mask: u64, pub hca_core_clock: u64, pub device_cap_flags_ex: u64, pub tso_caps: ibv_tso_caps, pub rss_caps: ibv_rss_caps, pub max_wq_type_rq: u32, pub packet_pacing_caps: ibv_packet_pacing_caps, pub raw_packet_caps: u32, pub tm_caps: ibv_tm_caps, pub cq_mod_caps: ibv_cq_moderation_caps, pub max_dm_size: u64, pub pci_atomic_caps: ibv_pci_atomic_caps, pub xrc_odp_caps: u32,
}

Fields

orig_attr: ibv_device_attrcomp_mask: u32odp_caps: ibv_odp_capscompletion_timestamp_mask: u64hca_core_clock: u64device_cap_flags_ex: u64tso_caps: ibv_tso_capsrss_caps: ibv_rss_capsmax_wq_type_rq: u32packet_pacing_caps: ibv_packet_pacing_capsraw_packet_caps: u32tm_caps: ibv_tm_capscq_mod_caps: ibv_cq_moderation_capsmax_dm_size: u64pci_atomic_caps: ibv_pci_atomic_capsxrc_odp_caps: u32

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

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

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

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.