#[repr(C)]pub struct completion_node {
pub wc: ibv_wc,
pub next: c_int,
}Fields§
§wc: ibv_wc§next: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for completion_node
impl RefUnwindSafe for completion_node
impl Send for completion_node
impl Sync for completion_node
impl Unpin for completion_node
impl UnwindSafe for completion_node
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