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

Set if this utilization domain is present on this GPU

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]

[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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for NV_GPU_DYNAMIC_PSTATES_INFO_EX_UTILIZATION
[src]

[src]

Formats the value using the given formatter. Read more