Struct windows_sys::Wdk::System::SystemServices::IO_CSQ_IRP_CONTEXT
#[repr(C)]pub struct IO_CSQ_IRP_CONTEXT {
pub Type: u32,
pub Irp: *mut IRP,
pub Csq: *mut IO_CSQ,
}
Expand description
Required features: "Wdk_Foundation"
, "Wdk_Storage_FileSystem"
, "Win32_Foundation"
, "Win32_Security"
, "Win32_System_IO"
, "Win32_System_Kernel"
, "Win32_System_Power"
, "Win32_System_WindowsProgramming"
Fields§
§Type: u32
§Irp: *mut IRP
§Csq: *mut IO_CSQ
Trait Implementations§
§impl Clone for IO_CSQ_IRP_CONTEXT
impl Clone for IO_CSQ_IRP_CONTEXT
impl Copy for IO_CSQ_IRP_CONTEXT
Auto Trait Implementations§
impl RefUnwindSafe for IO_CSQ_IRP_CONTEXT
impl !Send for IO_CSQ_IRP_CONTEXT
impl !Sync for IO_CSQ_IRP_CONTEXT
impl Unpin for IO_CSQ_IRP_CONTEXT
impl UnwindSafe for IO_CSQ_IRP_CONTEXT
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