pub struct PollSlot { /* private fields */ }Expand description
A pre-allocated slot for receiving a work completion.
This struct is a transparent wrapper around ibv_wc. Users should allocate an array
of these slots to pass to CompletionQueue::poll.
Trait Implementations§
impl Copy for PollSlot
Auto Trait Implementations§
impl Freeze for PollSlot
impl RefUnwindSafe for PollSlot
impl Send for PollSlot
impl Sync for PollSlot
impl Unpin for PollSlot
impl UnsafeUnpin for PollSlot
impl UnwindSafe for PollSlot
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