Struct nvapi_sys::gpu::pstate::NV_GPU_DYNAMIC_PSTATES_INFO_EX_UTILIZATION
[−]
[src]
#[repr(C)]pub struct NV_GPU_DYNAMIC_PSTATES_INFO_EX_UTILIZATION { pub bIsPresent: BoolU32, pub percentage: u32, }
Fields
bIsPresent: BoolU32
Set if this utilization domain is present on this GPU
percentage: u32
Percentage of time where the domain is considered busy in the last 1 second interval
Methods
impl NV_GPU_DYNAMIC_PSTATES_INFO_EX_UTILIZATION
[src]
Trait Implementations
impl Copy for NV_GPU_DYNAMIC_PSTATES_INFO_EX_UTILIZATION
[src]
impl Clone for NV_GPU_DYNAMIC_PSTATES_INFO_EX_UTILIZATION
[src]
fn clone(&self) -> NV_GPU_DYNAMIC_PSTATES_INFO_EX_UTILIZATION
[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