#[repr(C)]pub struct ibv_cq_init_attr_ex {
pub cqe: u32,
pub cq_context: *mut c_void,
pub channel: *mut ibv_comp_channel,
pub comp_vector: u32,
pub wc_flags: u64,
pub comp_mask: u32,
pub flags: u32,
pub parent_domain: *mut ibv_pd,
}
Fields§
§cqe: u32
§cq_context: *mut c_void
§channel: *mut ibv_comp_channel
§comp_vector: u32
§wc_flags: u64
§comp_mask: u32
§flags: u32
§parent_domain: *mut ibv_pd
Trait Implementations§
Source§impl Clone for ibv_cq_init_attr_ex
impl Clone for ibv_cq_init_attr_ex
Source§fn clone(&self) -> ibv_cq_init_attr_ex
fn clone(&self) -> ibv_cq_init_attr_ex
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ibv_cq_init_attr_ex
impl Debug for ibv_cq_init_attr_ex
Source§impl Default for ibv_cq_init_attr_ex
impl Default for ibv_cq_init_attr_ex
impl Copy for ibv_cq_init_attr_ex
Auto Trait Implementations§
impl Freeze for ibv_cq_init_attr_ex
impl RefUnwindSafe for ibv_cq_init_attr_ex
impl !Send for ibv_cq_init_attr_ex
impl !Sync for ibv_cq_init_attr_ex
impl Unpin for ibv_cq_init_attr_ex
impl UnwindSafe for ibv_cq_init_attr_ex
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more