#[repr(C)]pub struct NV_GPU_PSTATE20_CLOCK_ENTRY_V1 {
pub domainId: NV_GPU_PUBLIC_CLOCK_ID,
pub typeId: NV_GPU_PERF_PSTATE20_CLOCK_TYPE_ID,
pub bIsEditable: BoolU32,
pub freqDelta_kHz: NV_GPU_PERF_PSTATES20_PARAM_DELTA,
pub data: NV_GPU_PSTATE20_CLOCK_ENTRY_DATA,
}Expand description
Used to describe single clock entry
Fields§
§domainId: NV_GPU_PUBLIC_CLOCK_IDID of the clock domain
typeId: NV_GPU_PERF_PSTATE20_CLOCK_TYPE_IDClock type ID
bIsEditable: BoolU32§freqDelta_kHz: NV_GPU_PERF_PSTATES20_PARAM_DELTACurrent frequency delta from nominal settings in (kHz)
data: NV_GPU_PSTATE20_CLOCK_ENTRY_DATAImplementations§
Trait Implementations§
Source§impl Clone for NV_GPU_PSTATE20_CLOCK_ENTRY_V1
impl Clone for NV_GPU_PSTATE20_CLOCK_ENTRY_V1
Source§fn clone(&self) -> NV_GPU_PSTATE20_CLOCK_ENTRY_V1
fn clone(&self) -> NV_GPU_PSTATE20_CLOCK_ENTRY_V1
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_V1
Auto Trait Implementations§
impl Freeze for NV_GPU_PSTATE20_CLOCK_ENTRY_V1
impl RefUnwindSafe for NV_GPU_PSTATE20_CLOCK_ENTRY_V1
impl Send for NV_GPU_PSTATE20_CLOCK_ENTRY_V1
impl Sync for NV_GPU_PSTATE20_CLOCK_ENTRY_V1
impl Unpin for NV_GPU_PSTATE20_CLOCK_ENTRY_V1
impl UnsafeUnpin for NV_GPU_PSTATE20_CLOCK_ENTRY_V1
impl UnwindSafe for NV_GPU_PSTATE20_CLOCK_ENTRY_V1
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