Struct windows_sys::Win32::System::Rpc::RPC_ASYNC_NOTIFICATION_INFO_1
#[repr(C)]pub struct RPC_ASYNC_NOTIFICATION_INFO_1 {
pub hIOPort: HANDLE,
pub dwNumberOfBytesTransferred: u32,
pub dwCompletionKey: usize,
pub lpOverlapped: *mut OVERLAPPED,
}
Expand description
Required features: "Win32_Foundation"
, "Win32_System_IO"
Fields§
§hIOPort: HANDLE
§dwNumberOfBytesTransferred: u32
§dwCompletionKey: usize
§lpOverlapped: *mut OVERLAPPED
Trait Implementations§
§impl Clone for RPC_ASYNC_NOTIFICATION_INFO_1
impl Clone for RPC_ASYNC_NOTIFICATION_INFO_1
impl Copy for RPC_ASYNC_NOTIFICATION_INFO_1
Auto Trait Implementations§
impl RefUnwindSafe for RPC_ASYNC_NOTIFICATION_INFO_1
impl !Send for RPC_ASYNC_NOTIFICATION_INFO_1
impl !Sync for RPC_ASYNC_NOTIFICATION_INFO_1
impl Unpin for RPC_ASYNC_NOTIFICATION_INFO_1
impl UnwindSafe for RPC_ASYNC_NOTIFICATION_INFO_1
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