Struct nvapi_hi::sys::gpu::pstate::NV_GPU_PERF_PSTATES20_PARAM_DELTA
[−]
[src]
#[repr(C)]pub struct NV_GPU_PERF_PSTATES20_PARAM_DELTA { pub value: i32, pub min: i32, pub max: i32, }
Used to describe both voltage and frequency deltas
Fields
value: i32
Value of parameter delta (in respective units [kHz, uV])
min: i32
Min value allowed for parameter delta (in respective units [kHz, uV])
max: i32
Max value allowed for parameter delta (in respective units [kHz, uV])
Methods
impl NV_GPU_PERF_PSTATES20_PARAM_DELTA
[src]
pub fn zeroed() -> NV_GPU_PERF_PSTATES20_PARAM_DELTA
[src]
Trait Implementations
impl RawConversion for NV_GPU_PERF_PSTATES20_PARAM_DELTA
[src]
type Target = Delta<KilohertzDelta>
type Error = Void
fn convert_raw(
&self
) -> Result<<NV_GPU_PERF_PSTATES20_PARAM_DELTA as RawConversion>::Target, <NV_GPU_PERF_PSTATES20_PARAM_DELTA as RawConversion>::Error>
[src]
&self
) -> Result<<NV_GPU_PERF_PSTATES20_PARAM_DELTA as RawConversion>::Target, <NV_GPU_PERF_PSTATES20_PARAM_DELTA as RawConversion>::Error>
impl Debug for NV_GPU_PERF_PSTATES20_PARAM_DELTA
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
[src]
Formats the value using the given formatter. Read more
impl Copy for NV_GPU_PERF_PSTATES20_PARAM_DELTA
[src]
impl Clone for NV_GPU_PERF_PSTATES20_PARAM_DELTA
[src]
fn clone(&self) -> NV_GPU_PERF_PSTATES20_PARAM_DELTA
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more