pub struct Cqe {
pub user_data: u64,
pub result: i32,
pub flags: u32,
}Fields§
§user_data: u64§result: i32§flags: u32Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Cqe
impl RefUnwindSafe for Cqe
impl Send for Cqe
impl Sync for Cqe
impl Unpin for Cqe
impl UnsafeUnpin for Cqe
impl UnwindSafe for Cqe
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