#[repr(C)]pub struct Completion {
pub user_data: usize,
pub error_msg: *const c_char,
pub ret: i32,
pub reserved_: [u8; 12],
}Fields§
§user_data: usize§error_msg: *const c_char§ret: i32§reserved_: [u8; 12]Trait Implementations§
Auto Trait Implementations§
impl Freeze for Completion
impl RefUnwindSafe for Completion
impl Unpin for Completion
impl UnwindSafe for Completion
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