Struct 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,
}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§
§impl Default for IO_CSQ
Available on crate features Wdk_Foundation and Wdk_Storage_FileSystem and Win32_Security and Win32_System_IO and Win32_System_Kernel and Win32_System_Power only.
impl Default for IO_CSQ
Available on crate features
Wdk_Foundation and Wdk_Storage_FileSystem and Win32_Security and Win32_System_IO and Win32_System_Kernel and Win32_System_Power only.impl Copy for IO_CSQ
Auto Trait Implementations§
impl Freeze for IO_CSQ
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