Struct rdma_sys::ibv_cq_init_attr_ex
source · [−]#[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,
}Fields
cqe: u32cq_context: *mut c_voidchannel: *mut ibv_comp_channelcomp_vector: u32wc_flags: u64comp_mask: u32flags: u32Trait Implementations
sourceimpl Clone for ibv_cq_init_attr_ex
impl Clone for ibv_cq_init_attr_ex
sourcefn 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 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
impl Copy for ibv_cq_init_attr_ex
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more