#[repr(C)]pub struct FILE_IO_COMPLETION_INFORMATION {
pub KeyContext: *mut c_void,
pub ApcContext: *mut c_void,
pub IoStatusBlock: IO_STATUS_BLOCK,
}Fieldsยง
ยงKeyContext: *mut c_voidยงApcContext: *mut c_voidยงIoStatusBlock: IO_STATUS_BLOCKTrait Implementationsยง
Auto Trait Implementationsยง
impl RefUnwindSafe for FILE_IO_COMPLETION_INFORMATION
impl !Send for FILE_IO_COMPLETION_INFORMATION
impl !Sync for FILE_IO_COMPLETION_INFORMATION
impl Unpin for FILE_IO_COMPLETION_INFORMATION
impl UnwindSafe for FILE_IO_COMPLETION_INFORMATION
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