Struct windows_sys::Win32::Storage::FileSystem::FH_OVERLAPPED
[−]#[repr(C)]pub struct FH_OVERLAPPED {
pub Internal: usize,
pub InternalHigh: usize,
pub Offset: u32,
pub OffsetHigh: u32,
pub hEvent: HANDLE,
pub pfnCompletion: PFN_IO_COMPLETION,
pub Reserved1: usize,
pub Reserved2: usize,
pub Reserved3: usize,
pub Reserved4: usize,
}Expand description
Required features: "Win32_Storage_FileSystem", "Win32_Foundation"
Fields
Internal: usizeInternalHigh: usizeOffset: u32OffsetHigh: u32hEvent: HANDLEpfnCompletion: PFN_IO_COMPLETIONReserved1: usizeReserved2: usizeReserved3: usizeReserved4: usizeTrait Implementations
impl Clone for FH_OVERLAPPED
impl Clone for FH_OVERLAPPED
impl Copy for FH_OVERLAPPED
Auto Trait Implementations
impl RefUnwindSafe for FH_OVERLAPPED
impl Send for FH_OVERLAPPED
impl Sync for FH_OVERLAPPED
impl Unpin for FH_OVERLAPPED
impl UnwindSafe for FH_OVERLAPPED
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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