#[repr(C)]
pub struct RPC_ASYNC_STATE { pub Size: u32, pub Signature: u32, pub Lock: i32, pub Flags: u32, pub StubInfo: *mut c_void, pub UserInfo: *mut c_void, pub RuntimeInfo: *mut c_void, pub Event: RPC_ASYNC_EVENT, pub NotificationType: RPC_NOTIFICATION_TYPES, pub u: RPC_ASYNC_NOTIFICATION_INFO, pub Reserved: [isize; 4], }
Expand description

Required features: "Win32_System_Rpc", "Win32_Foundation", "Win32_System_IO"

Fields§

§Size: u32§Signature: u32§Lock: i32§Flags: u32§StubInfo: *mut c_void§UserInfo: *mut c_void§RuntimeInfo: *mut c_void§Event: RPC_ASYNC_EVENT§NotificationType: RPC_NOTIFICATION_TYPES§u: RPC_ASYNC_NOTIFICATION_INFO§Reserved: [isize; 4]

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.