Union windows_sys::Wdk::Foundation::IRP_3
#[repr(C)]
pub union IRP_3 {
pub Overlay: IRP_3_0,
pub Apc: KAPC,
pub CompletionKey: *mut c_void,
}
Expand description
Required features: "Wdk_Storage_FileSystem"
, "Wdk_System_SystemServices"
, "Win32_Foundation"
, "Win32_Security"
, "Win32_System_IO"
, "Win32_System_Kernel"
, "Win32_System_Power"
, "Win32_System_WindowsProgramming"
Fields§
§Overlay: IRP_3_0
§Apc: KAPC
§CompletionKey: *mut c_void
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for IRP_3
impl !Send for IRP_3
impl !Sync for IRP_3
impl Unpin for IRP_3
impl UnwindSafe for IRP_3
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