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

§

fn clone(&self) -> Self

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Default for IO_STACK_LOCATION_0

§

fn default() -> Self

Returns the “default value” for a type. Read more
§

impl Copy for IO_STACK_LOCATION_0

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

§

impl<T, U> Param<T, CopyType> for U
where T: TypeKind<TypeKind = CopyType> + Clone, U: TypeKind<TypeKind = CopyType> + Clone + CanInto<T>,

§

unsafe fn param(self) -> ParamValue<T>

source§

impl<T> ToOwned for T
where T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.