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