Struct nvapi_sys::gpu::clock::NV_GPU_CLOCK_FREQUENCIES_DOMAIN [] [src]

#[repr(C)]
pub struct NV_GPU_CLOCK_FREQUENCIES_DOMAIN { pub bIsPresent: BoolU32, pub frequency: u32, }

Fields

Set if this domain is present on this GPU

Clock frequency (kHz)

Methods

impl NV_GPU_CLOCK_FREQUENCIES_DOMAIN
[src]

[src]

Trait Implementations

impl Copy for NV_GPU_CLOCK_FREQUENCIES_DOMAIN
[src]

impl Clone for NV_GPU_CLOCK_FREQUENCIES_DOMAIN
[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_CLOCK_FREQUENCIES_DOMAIN
[src]

[src]

Formats the value using the given formatter. Read more