Struct windows_sys::Win32::System::IO::OVERLAPPED
[−]#[repr(C)]pub struct OVERLAPPED {
pub Internal: usize,
pub InternalHigh: usize,
pub Anonymous: OVERLAPPED_0,
pub hEvent: HANDLE,
}
Expand description
Required features: "Win32_System_IO"
, "Win32_Foundation"
Fields
Internal: usize
InternalHigh: usize
Anonymous: OVERLAPPED_0
hEvent: HANDLE
Trait Implementations
impl Clone for OVERLAPPED
impl Clone for OVERLAPPED
impl Copy for OVERLAPPED
Auto Trait Implementations
impl RefUnwindSafe for OVERLAPPED
impl !Send for OVERLAPPED
impl !Sync for OVERLAPPED
impl Unpin for OVERLAPPED
impl UnwindSafe for 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