Struct nvapi_sys::gpu::cooler::private::NV_GPU_SETCOOLER_LEVEL_COOLER [] [src]

#[repr(C)]
pub struct NV_GPU_SETCOOLER_LEVEL_COOLER { pub currentLevel: u32, pub currentPolicy: NV_COOLER_POLICY, }

Fields

the new value % of the cooler

the new cooler control policy - auto-perf, auto-thermal, manual, hybrid...

Methods

impl NV_GPU_SETCOOLER_LEVEL_COOLER
[src]

[src]

Trait Implementations

impl Copy for NV_GPU_SETCOOLER_LEVEL_COOLER
[src]

impl Clone for NV_GPU_SETCOOLER_LEVEL_COOLER
[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_SETCOOLER_LEVEL_COOLER
[src]

[src]

Formats the value using the given formatter. Read more