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