Struct winapi::um::minwinbase::OVERLAPPED_ENTRY
source · #[repr(C)]pub struct OVERLAPPED_ENTRY {
pub lpCompletionKey: ULONG_PTR,
pub lpOverlapped: LPOVERLAPPED,
pub Internal: ULONG_PTR,
pub dwNumberOfBytesTransferred: DWORD,
}
Fields§
§lpCompletionKey: ULONG_PTR
§lpOverlapped: LPOVERLAPPED
§Internal: ULONG_PTR
§dwNumberOfBytesTransferred: DWORD
Trait Implementations§
source§impl Clone for OVERLAPPED_ENTRY
impl Clone for OVERLAPPED_ENTRY
source§fn clone(&self) -> OVERLAPPED_ENTRY
fn clone(&self) -> OVERLAPPED_ENTRY
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_ENTRY
impl Default for OVERLAPPED_ENTRY
source§fn default() -> OVERLAPPED_ENTRY
fn default() -> OVERLAPPED_ENTRY
Returns the “default value” for a type. Read more