#[repr(C)]
pub struct NV_FEATURE_PARAMETER { pub NVPowerModeEnabled: u16, pub NVParameterReserv1: u16, pub NVCmdEnabled: u16, pub NVParameterReserv2: u16, pub NVPowerModeVer: u16, pub NVCmdVer: u16, pub NVSize: u32, pub NVReadSpeed: u16, pub NVWrtSpeed: u16, pub DeviceSpinUpTime: u32, }
Expand description

Required features: "Win32_Storage_IscsiDisc"

Fields

NVPowerModeEnabled: u16NVParameterReserv1: u16NVCmdEnabled: u16NVParameterReserv2: u16NVPowerModeVer: u16NVCmdVer: u16NVSize: u32NVReadSpeed: u16NVWrtSpeed: u16DeviceSpinUpTime: u32

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.