#[repr(C)]pub struct NV_GPU_PERF_PSTATES20_PARAM_DELTA {
pub value: i32,
pub min: i32,
pub max: i32,
}Expand description
Used to describe both voltage and frequency deltas
Fields§
§value: i32Value of parameter delta (in respective units [kHz, uV])
min: i32Min value allowed for parameter delta (in respective units [kHz, uV])
max: i32Max value allowed for parameter delta (in respective units [kHz, uV])
Implementations§
Trait Implementations§
Source§impl Clone for NV_GPU_PERF_PSTATES20_PARAM_DELTA
impl Clone for NV_GPU_PERF_PSTATES20_PARAM_DELTA
Source§fn clone(&self) -> NV_GPU_PERF_PSTATES20_PARAM_DELTA
fn clone(&self) -> NV_GPU_PERF_PSTATES20_PARAM_DELTA
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 moreimpl Copy for NV_GPU_PERF_PSTATES20_PARAM_DELTA
Auto Trait Implementations§
impl Freeze for NV_GPU_PERF_PSTATES20_PARAM_DELTA
impl RefUnwindSafe for NV_GPU_PERF_PSTATES20_PARAM_DELTA
impl Send for NV_GPU_PERF_PSTATES20_PARAM_DELTA
impl Sync for NV_GPU_PERF_PSTATES20_PARAM_DELTA
impl Unpin for NV_GPU_PERF_PSTATES20_PARAM_DELTA
impl UnsafeUnpin for NV_GPU_PERF_PSTATES20_PARAM_DELTA
impl UnwindSafe for NV_GPU_PERF_PSTATES20_PARAM_DELTA
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