Struct nvapi_sys::gpu::thermal::private::NV_GPU_THERMAL_LIMIT_ENTRY [] [src]

#[repr(C)]
pub struct NV_GPU_THERMAL_LIMIT_ENTRY { pub controller: NV_THERMAL_CONTROLLER, pub value: u32, pub flags: u32, }

Fields

Methods

impl NV_GPU_THERMAL_LIMIT_ENTRY
[src]

[src]

Trait Implementations

impl Copy for NV_GPU_THERMAL_LIMIT_ENTRY
[src]

impl Clone for NV_GPU_THERMAL_LIMIT_ENTRY
[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_THERMAL_LIMIT_ENTRY
[src]

[src]

Formats the value using the given formatter. Read more