Struct windows::Wdk::Foundation::IO_STACK_LOCATION
#[repr(C)]pub struct IO_STACK_LOCATION {
pub MajorFunction: u8,
pub MinorFunction: u8,
pub Flags: u8,
pub Control: u8,
pub Parameters: IO_STACK_LOCATION_0,
pub DeviceObject: *mut DEVICE_OBJECT,
pub FileObject: *mut FILE_OBJECT,
pub CompletionRoutine: PIO_COMPLETION_ROUTINE,
pub Context: *mut c_void,
}
Fields§
§MajorFunction: u8
§MinorFunction: u8
§Flags: u8
§Control: u8
§Parameters: IO_STACK_LOCATION_0
§DeviceObject: *mut DEVICE_OBJECT
§FileObject: *mut FILE_OBJECT
§CompletionRoutine: PIO_COMPLETION_ROUTINE
§Context: *mut c_void
Trait Implementations§
§impl Clone for IO_STACK_LOCATION
impl Clone for IO_STACK_LOCATION
§fn clone(&self) -> IO_STACK_LOCATION
fn clone(&self) -> IO_STACK_LOCATION
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 more§impl Default for IO_STACK_LOCATION
impl Default for IO_STACK_LOCATION
impl Copy for IO_STACK_LOCATION
Auto Trait Implementations§
impl Freeze for IO_STACK_LOCATION
impl RefUnwindSafe for IO_STACK_LOCATION
impl !Send for IO_STACK_LOCATION
impl !Sync for IO_STACK_LOCATION
impl Unpin for IO_STACK_LOCATION
impl UnwindSafe for IO_STACK_LOCATION
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)