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_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§
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