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_System_Rpc", "Win32_Foundation", "Win32_System_IO"
Fields
hIOPort: HANDLEdwNumberOfBytesTransferred: u32dwCompletionKey: usizelpOverlapped: *mut OVERLAPPEDTrait 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more