#[repr(C)]pub struct poll_context {
pub expected_wr_id: u64,
pub expected_qp_num: u32,
pub cache: *mut completion_cache_t,
pub cq: *mut ibv_cq,
}Fields§
§expected_wr_id: u64§expected_qp_num: u32§cache: *mut completion_cache_t§cq: *mut ibv_cqTrait Implementations§
Source§impl Clone for poll_context
impl Clone for poll_context
Source§fn clone(&self) -> poll_context
fn clone(&self) -> poll_context
Returns a duplicate 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 poll_context
impl Debug for poll_context
Source§impl Default for poll_context
impl Default for poll_context
impl Copy for poll_context
Auto Trait Implementations§
impl Freeze for poll_context
impl RefUnwindSafe for poll_context
impl !Send for poll_context
impl !Sync for poll_context
impl Unpin for poll_context
impl UnwindSafe for poll_context
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