Struct windows_sys::Wdk::System::SystemServices::IO_CSQ
#[repr(C)]pub struct IO_CSQ {
pub Type: u32,
pub CsqInsertIrp: PIO_CSQ_INSERT_IRP,
pub CsqRemoveIrp: PIO_CSQ_REMOVE_IRP,
pub CsqPeekNextIrp: PIO_CSQ_PEEK_NEXT_IRP,
pub CsqAcquireLock: PIO_CSQ_ACQUIRE_LOCK,
pub CsqReleaseLock: PIO_CSQ_RELEASE_LOCK,
pub CsqCompleteCanceledIrp: PIO_CSQ_COMPLETE_CANCELED_IRP,
pub ReservePointer: *mut c_void,
}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§CsqInsertIrp: PIO_CSQ_INSERT_IRP§CsqRemoveIrp: PIO_CSQ_REMOVE_IRP§CsqPeekNextIrp: PIO_CSQ_PEEK_NEXT_IRP§CsqAcquireLock: PIO_CSQ_ACQUIRE_LOCK§CsqReleaseLock: PIO_CSQ_RELEASE_LOCK§CsqCompleteCanceledIrp: PIO_CSQ_COMPLETE_CANCELED_IRP§ReservePointer: *mut c_voidTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for IO_CSQ
impl !Send for IO_CSQ
impl !Sync for IO_CSQ
impl Unpin for IO_CSQ
impl UnwindSafe for IO_CSQ
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