Home
last modified time | relevance | path

Searched refs:OVERLAPPED_ENTRY (Results 1 - 3 of 3) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
H A Doverlapped.rs16 use crate::sys::winapi::OVERLAPPED_ENTRY;
23 pub(crate) callback: fn(&OVERLAPPED_ENTRY, Option<&mut Vec<Event>>),
H A Diocp.rs21 INVALID_HANDLE_VALUE, OVERLAPPED, OVERLAPPED_ENTRY,
110 /// Includes OVERLAPPED_ENTRY struct which contains operation result of IOCP
112 pub struct CompletionStatus(OVERLAPPED_ENTRY);
120 CompletionStatus(OVERLAPPED_ENTRY {
133 /// Returns dwNumberOfBytesTransferred of OVERLAPPED_ENTRY.
138 /// Returns lpCompletionKey of OVERLAPPED_ENTRY.
143 /// Returns lpOverlapped of OVERLAPPED_ENTRY.
148 /// Returns OVERLAPPED_ENTRY struct.
149 pub fn entry(&self) -> &OVERLAPPED_ENTRY { in entry()
H A Dwinapi.rs31 pub type LPOVERLAPPED_ENTRY = *mut OVERLAPPED_ENTRY;
220 pub struct OVERLAPPED_ENTRY { structure names
365 impl_clone!(OVERLAPPED_ENTRY);

Completed in 2 milliseconds