#[repr(C)]
pub struct DEVICE_INTERNAL_STATUS_DATA { pub Version: u32, pub Size: u32, pub T10VendorId: u64, pub DataSet1Length: u32, pub DataSet2Length: u32, pub DataSet3Length: u32, pub DataSet4Length: u32, pub StatusDataVersion: u8, pub Reserved: [u8; 3], pub ReasonIdentifier: [u8; 128], pub StatusDataLength: u32, pub StatusData: [u8; 1], }
Expand description

Required features: "Win32_System_Ioctl"

Fields

Version: u32Size: u32T10VendorId: u64DataSet1Length: u32DataSet2Length: u32DataSet3Length: u32DataSet4Length: u32StatusDataVersion: u8Reserved: [u8; 3]ReasonIdentifier: [u8; 128]StatusDataLength: u32StatusData: [u8; 1]

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.