#[repr(C)]pub struct NV_GPU_PSTATE20_CLOCK_ENTRY_RANGE {
pub minFreq_kHz: u32,
pub maxFreq_kHz: u32,
pub domainId: NV_GPU_PERF_VOLTAGE_INFO_DOMAIN_ID,
pub minVoltage_uV: u32,
pub maxVoltage_uV: u32,
}Fields§
§minFreq_kHz: u32Min clock frequency within given pstate in (kHz)
maxFreq_kHz: u32Max clock frequency within given pstate in (kHz)
domainId: NV_GPU_PERF_VOLTAGE_INFO_DOMAIN_IDVoltage domain ID
minVoltage_uV: u32Minimum value in (uV) required for this clock
maxVoltage_uV: u32Maximum value in (uV) required for this clock
Implementations§
Trait Implementations§
Source§impl Clone for NV_GPU_PSTATE20_CLOCK_ENTRY_RANGE
impl Clone for NV_GPU_PSTATE20_CLOCK_ENTRY_RANGE
Source§fn clone(&self) -> NV_GPU_PSTATE20_CLOCK_ENTRY_RANGE
fn clone(&self) -> NV_GPU_PSTATE20_CLOCK_ENTRY_RANGE
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_PSTATE20_CLOCK_ENTRY_RANGE
Auto Trait Implementations§
impl Freeze for NV_GPU_PSTATE20_CLOCK_ENTRY_RANGE
impl RefUnwindSafe for NV_GPU_PSTATE20_CLOCK_ENTRY_RANGE
impl Send for NV_GPU_PSTATE20_CLOCK_ENTRY_RANGE
impl Sync for NV_GPU_PSTATE20_CLOCK_ENTRY_RANGE
impl Unpin for NV_GPU_PSTATE20_CLOCK_ENTRY_RANGE
impl UnwindSafe for NV_GPU_PSTATE20_CLOCK_ENTRY_RANGE
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