Struct windows_sys::Win32::System::IO::OVERLAPPED_ENTRY
#[repr(C)]pub struct OVERLAPPED_ENTRY {
pub lpCompletionKey: usize,
pub lpOverlapped: *mut OVERLAPPED,
pub Internal: usize,
pub dwNumberOfBytesTransferred: u32,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§lpCompletionKey: usize
§lpOverlapped: *mut OVERLAPPED
§Internal: usize
§dwNumberOfBytesTransferred: u32
Trait Implementations§
§impl Clone for OVERLAPPED_ENTRY
impl Clone for OVERLAPPED_ENTRY
impl Copy for OVERLAPPED_ENTRY
Auto Trait Implementations§
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