#[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 Debug for _OVERLAPPED_ENTRY
impl Debug for _OVERLAPPED_ENTRY
Source§impl Ord for _OVERLAPPED_ENTRY
impl Ord for _OVERLAPPED_ENTRY
Source§fn cmp(&self, other: &_OVERLAPPED_ENTRY) -> Ordering
fn cmp(&self, other: &_OVERLAPPED_ENTRY) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _OVERLAPPED_ENTRY
impl PartialEq for _OVERLAPPED_ENTRY
Source§impl PartialOrd for _OVERLAPPED_ENTRY
impl PartialOrd for _OVERLAPPED_ENTRY
impl Copy for _OVERLAPPED_ENTRY
impl Eq for _OVERLAPPED_ENTRY
impl StructuralPartialEq for _OVERLAPPED_ENTRY
Auto Trait Implementations§
impl Freeze for _OVERLAPPED_ENTRY
impl RefUnwindSafe for _OVERLAPPED_ENTRY
impl !Send for _OVERLAPPED_ENTRY
impl !Sync for _OVERLAPPED_ENTRY
impl Unpin for _OVERLAPPED_ENTRY
impl UnwindSafe for _OVERLAPPED_ENTRY
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