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