Union windows::Wdk::Foundation::IO_STACK_LOCATION_0
#[repr(C)]
pub union IO_STACK_LOCATION_0 {
Show 39 fields
pub Create: IO_STACK_LOCATION_0_2,
pub CreatePipe: IO_STACK_LOCATION_0_1,
pub CreateMailslot: IO_STACK_LOCATION_0_0,
pub Read: IO_STACK_LOCATION_0_25,
pub Write: IO_STACK_LOCATION_0_38,
pub QueryDirectory: IO_STACK_LOCATION_0_16,
pub NotifyDirectory: IO_STACK_LOCATION_0_10,
pub NotifyDirectoryEx: IO_STACK_LOCATION_0_9,
pub QueryFile: IO_STACK_LOCATION_0_18,
pub SetFile: IO_STACK_LOCATION_0_28,
pub QueryEa: IO_STACK_LOCATION_0_17,
pub SetEa: IO_STACK_LOCATION_0_27,
pub QueryVolume: IO_STACK_LOCATION_0_23,
pub SetVolume: IO_STACK_LOCATION_0_32,
pub FileSystemControl: IO_STACK_LOCATION_0_5,
pub LockControl: IO_STACK_LOCATION_0_7,
pub DeviceIoControl: IO_STACK_LOCATION_0_4,
pub QuerySecurity: IO_STACK_LOCATION_0_22,
pub SetSecurity: IO_STACK_LOCATION_0_31,
pub MountVolume: IO_STACK_LOCATION_0_8,
pub VerifyVolume: IO_STACK_LOCATION_0_35,
pub Scsi: IO_STACK_LOCATION_0_26,
pub QueryQuota: IO_STACK_LOCATION_0_21,
pub SetQuota: IO_STACK_LOCATION_0_30,
pub QueryDeviceRelations: IO_STACK_LOCATION_0_14,
pub QueryInterface: IO_STACK_LOCATION_0_20,
pub DeviceCapabilities: IO_STACK_LOCATION_0_3,
pub FilterResourceRequirements: IO_STACK_LOCATION_0_6,
pub ReadWriteConfig: IO_STACK_LOCATION_0_24,
pub SetLock: IO_STACK_LOCATION_0_29,
pub QueryId: IO_STACK_LOCATION_0_19,
pub QueryDeviceText: IO_STACK_LOCATION_0_15,
pub UsageNotification: IO_STACK_LOCATION_0_34,
pub WaitWake: IO_STACK_LOCATION_0_37,
pub PowerSequence: IO_STACK_LOCATION_0_12,
pub Power: IO_STACK_LOCATION_0_13,
pub StartDevice: IO_STACK_LOCATION_0_33,
pub WMI: IO_STACK_LOCATION_0_36,
pub Others: IO_STACK_LOCATION_0_11,
}
Fields§
§Create: IO_STACK_LOCATION_0_2
§CreatePipe: IO_STACK_LOCATION_0_1
§CreateMailslot: IO_STACK_LOCATION_0_0
§Read: IO_STACK_LOCATION_0_25
§Write: IO_STACK_LOCATION_0_38
§QueryDirectory: IO_STACK_LOCATION_0_16
§NotifyDirectory: IO_STACK_LOCATION_0_10
§NotifyDirectoryEx: IO_STACK_LOCATION_0_9
§QueryFile: IO_STACK_LOCATION_0_18
§SetFile: IO_STACK_LOCATION_0_28
§QueryEa: IO_STACK_LOCATION_0_17
§SetEa: IO_STACK_LOCATION_0_27
§QueryVolume: IO_STACK_LOCATION_0_23
§SetVolume: IO_STACK_LOCATION_0_32
§FileSystemControl: IO_STACK_LOCATION_0_5
§LockControl: IO_STACK_LOCATION_0_7
§DeviceIoControl: IO_STACK_LOCATION_0_4
§QuerySecurity: IO_STACK_LOCATION_0_22
§SetSecurity: IO_STACK_LOCATION_0_31
§MountVolume: IO_STACK_LOCATION_0_8
§VerifyVolume: IO_STACK_LOCATION_0_35
§Scsi: IO_STACK_LOCATION_0_26
§QueryQuota: IO_STACK_LOCATION_0_21
§SetQuota: IO_STACK_LOCATION_0_30
§QueryDeviceRelations: IO_STACK_LOCATION_0_14
§QueryInterface: IO_STACK_LOCATION_0_20
§DeviceCapabilities: IO_STACK_LOCATION_0_3
§FilterResourceRequirements: IO_STACK_LOCATION_0_6
§ReadWriteConfig: IO_STACK_LOCATION_0_24
§SetLock: IO_STACK_LOCATION_0_29
§QueryId: IO_STACK_LOCATION_0_19
§QueryDeviceText: IO_STACK_LOCATION_0_15
§UsageNotification: IO_STACK_LOCATION_0_34
§WaitWake: IO_STACK_LOCATION_0_37
§PowerSequence: IO_STACK_LOCATION_0_12
§Power: IO_STACK_LOCATION_0_13
§StartDevice: IO_STACK_LOCATION_0_33
§WMI: IO_STACK_LOCATION_0_36
§Others: IO_STACK_LOCATION_0_11
Trait Implementations§
§impl Clone for IO_STACK_LOCATION_0
impl Clone for IO_STACK_LOCATION_0
§fn clone(&self) -> IO_STACK_LOCATION_0
fn clone(&self) -> IO_STACK_LOCATION_0
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_0
impl Default for IO_STACK_LOCATION_0
impl Copy for IO_STACK_LOCATION_0
Auto Trait Implementations§
impl Freeze for IO_STACK_LOCATION_0
impl RefUnwindSafe for IO_STACK_LOCATION_0
impl !Send for IO_STACK_LOCATION_0
impl !Sync for IO_STACK_LOCATION_0
impl Unpin for IO_STACK_LOCATION_0
impl UnwindSafe for IO_STACK_LOCATION_0
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
)