Struct IO_CSQ_IRP_CONTEXT
#[repr(C)]pub struct IO_CSQ_IRP_CONTEXT {
pub Type: u32,
pub Irp: *mut IRP,
pub Csq: *mut IO_CSQ,
}
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
§fn clone(&self) -> IO_CSQ_IRP_CONTEXT
fn clone(&self) -> IO_CSQ_IRP_CONTEXT
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for IO_CSQ_IRP_CONTEXT
Auto Trait Implementations§
impl Freeze for IO_CSQ_IRP_CONTEXT
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