Struct nvapi_hi::sys::gpu::cooler::private::NV_GPU_SETCOOLER_LEVEL_COOLER
[−]
[src]
#[repr(C)]pub struct NV_GPU_SETCOOLER_LEVEL_COOLER { pub currentLevel: u32, pub currentPolicy: i32, }
Fields
currentLevel: u32
the new value % of the cooler
currentPolicy: i32
the new cooler control policy - auto-perf, auto-thermal, manual, hybrid...
Methods
impl NV_GPU_SETCOOLER_LEVEL_COOLER
[src]
pub fn zeroed() -> NV_GPU_SETCOOLER_LEVEL_COOLER
[src]
Trait Implementations
impl RawConversion for NV_GPU_SETCOOLER_LEVEL_COOLER
[src]
type Target = CoolerLevel
type Error = ArgumentRangeError
fn convert_raw(
&self
) -> Result<<NV_GPU_SETCOOLER_LEVEL_COOLER as RawConversion>::Target, <NV_GPU_SETCOOLER_LEVEL_COOLER as RawConversion>::Error>
[src]
&self
) -> Result<<NV_GPU_SETCOOLER_LEVEL_COOLER as RawConversion>::Target, <NV_GPU_SETCOOLER_LEVEL_COOLER as RawConversion>::Error>
impl Debug for NV_GPU_SETCOOLER_LEVEL_COOLER
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
[src]
Formats the value using the given formatter. Read more
impl Copy for NV_GPU_SETCOOLER_LEVEL_COOLER
[src]
impl Clone for NV_GPU_SETCOOLER_LEVEL_COOLER
[src]
fn clone(&self) -> NV_GPU_SETCOOLER_LEVEL_COOLER
[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