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

#[repr(C)]
pub struct NV_GPU_COOLER_POLICY_LEVEL { pub levelId: u32, pub currentLevel: u32, pub defaultLevel: u32, }

Fields

level indicator for a policy

new cooler level for the selected policy level indicator.

default cooler level for the selected policy level indicator.

Methods

impl NV_GPU_COOLER_POLICY_LEVEL
[src]

[src]

Trait Implementations

impl Copy for NV_GPU_COOLER_POLICY_LEVEL
[src]

impl Clone for NV_GPU_COOLER_POLICY_LEVEL
[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_COOLER_POLICY_LEVEL
[src]

[src]

Formats the value using the given formatter. Read more