Struct nvapi_sys::gpu::clock::private::NV_USAGES_INFO_V1 [] [src]

#[repr(C)]
pub struct NV_USAGES_INFO_V1 { pub version: u32, pub flags: u32, pub usages: [NV_USAGES_INFO_USAGE; 8], }

Fields

(core_usage, memory_usage, video_engine_usage), probably indexed by NV_GPU_UTILIZATION_DOMAIN_ID

Methods

impl NV_USAGES_INFO_V1
[src]

[src]

Trait Implementations

impl Copy for NV_USAGES_INFO_V1
[src]

impl Clone for NV_USAGES_INFO_V1
[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_USAGES_INFO_V1
[src]

[src]

Formats the value using the given formatter. Read more