#[repr(C)]
pub struct FS_BPIO_OUTPUT { pub Operation: FS_BPIO_OPERATIONS, pub OutFlags: FS_BPIO_OUTFLAGS, pub Reserved1: u64, pub Reserved2: u64, pub Anonymous: FS_BPIO_OUTPUT_0, }
Expand description

Required features: "Win32_System_Ioctl"

Fields

Operation: FS_BPIO_OPERATIONSOutFlags: FS_BPIO_OUTFLAGSReserved1: u64Reserved2: u64Anonymous: FS_BPIO_OUTPUT_0

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

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

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.