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: usize
InternalHigh: usize
Offset: u32
OffsetHigh: u32
hEvent: HANDLE
pfnCompletion: PFN_IO_COMPLETION
Reserved1: usize
Reserved2: usize
Reserved3: usize
Reserved4: usize
Trait 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