Struct blkio::Completion
source · [−]#[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: usizeerror_msg: *const c_charret: i32reserved_: [u8; 12]Auto Trait Implementations
impl RefUnwindSafe for Completion
impl !Send for Completion
impl !Sync for Completion
impl Unpin for Completion
impl UnwindSafe for Completion
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more