Struct winapi::minwinbase::OVERLAPPED_ENTRY [] [src]

pub struct OVERLAPPED_ENTRY {
    pub lpCompletionKey: ULONG_PTR,
    pub lpOverlapped: LPOVERLAPPED,
    pub Internal: ULONG_PTR,
    pub dwNumberOfBytesTransferred: DWORD,
}

Fields

lpCompletionKey
lpOverlapped
Internal
dwNumberOfBytesTransferred

Trait Implementations

impl Copy for OVERLAPPED_ENTRY
[src]

impl Clone for OVERLAPPED_ENTRY
[src]

fn clone(&self) -> OVERLAPPED_ENTRY

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

Derived Implementations

impl Debug for OVERLAPPED_ENTRY
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.