Struct winapi::um::minwinbase::OVERLAPPED
source · #[repr(C)]pub struct OVERLAPPED {
pub Internal: ULONG_PTR,
pub InternalHigh: ULONG_PTR,
pub u: OVERLAPPED_u,
pub hEvent: HANDLE,
}
Fields§
§Internal: ULONG_PTR
§InternalHigh: ULONG_PTR
§u: OVERLAPPED_u
§hEvent: HANDLE
Trait Implementations§
source§impl Clone for OVERLAPPED
impl Clone for OVERLAPPED
source§fn clone(&self) -> OVERLAPPED
fn clone(&self) -> OVERLAPPED
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for OVERLAPPED
impl Default for OVERLAPPED
source§fn default() -> OVERLAPPED
fn default() -> OVERLAPPED
Returns the “default value” for a type. Read more