#[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: u32§Size: u32§T10VendorId: u64§DataSet1Length: u32§DataSet2Length: u32§DataSet3Length: u32§DataSet4Length: u32§StatusDataVersion: u8§Reserved: [u8; 3]§ReasonIdentifier: [u8; 128]§StatusDataLength: u32§StatusData: [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.