#[repr(C)]pub struct NV_FEATURE_PARAMETER {
pub NVPowerModeEnabled: USHORT,
pub NVParameterReserv1: USHORT,
pub NVCmdEnabled: USHORT,
pub NVParameterReserv2: USHORT,
pub NVPowerModeVer: USHORT,
pub NVCmdVer: USHORT,
pub NVSize: ULONG,
pub NVReadSpeed: USHORT,
pub NVWrtSpeed: USHORT,
pub DeviceSpinUpTime: ULONG,
}
Fields§
§NVPowerModeEnabled: USHORT
§NVParameterReserv1: USHORT
§NVCmdEnabled: USHORT
§NVParameterReserv2: USHORT
§NVPowerModeVer: USHORT
§NVCmdVer: USHORT
§NVSize: ULONG
§NVReadSpeed: USHORT
§NVWrtSpeed: USHORT
§DeviceSpinUpTime: ULONG
Trait Implementations§
Source§impl Clone for NV_FEATURE_PARAMETER
impl Clone for NV_FEATURE_PARAMETER
Source§fn clone(&self) -> NV_FEATURE_PARAMETER
fn clone(&self) -> NV_FEATURE_PARAMETER
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for NV_FEATURE_PARAMETER
impl Default for NV_FEATURE_PARAMETER
Source§fn default() -> NV_FEATURE_PARAMETER
fn default() -> NV_FEATURE_PARAMETER
Returns the “default value” for a type. Read more
impl Copy for NV_FEATURE_PARAMETER
Auto Trait Implementations§
impl Freeze for NV_FEATURE_PARAMETER
impl RefUnwindSafe for NV_FEATURE_PARAMETER
impl Send for NV_FEATURE_PARAMETER
impl Sync for NV_FEATURE_PARAMETER
impl Unpin for NV_FEATURE_PARAMETER
impl UnwindSafe for NV_FEATURE_PARAMETER
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more