Struct ibverbs_sys::ibv_query_device_ex_input [−][src]
#[repr(C)]pub struct ibv_query_device_ex_input {
pub comp_mask: u32,
}Fields
comp_mask: u32Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ibv_query_device_ex_input
impl Send for ibv_query_device_ex_input
impl Sync for ibv_query_device_ex_input
impl Unpin for ibv_query_device_ex_input
impl UnwindSafe for ibv_query_device_ex_input
Blanket Implementations
Mutably borrows from an owned value. Read more