Struct nvapi_sys::gpu::thermal::private::NV_GPU_THERMAL_LIMIT_V2
[−]
[src]
#[repr(C)]pub struct NV_GPU_THERMAL_LIMIT_V2 { pub version: u32, pub flags: u32, pub entries: [NV_GPU_THERMAL_LIMIT_ENTRY; 4], }
Fields
version: u32
flags: u32
entries: [NV_GPU_THERMAL_LIMIT_ENTRY; 4]
Methods
impl NV_GPU_THERMAL_LIMIT_V2
[src]
Trait Implementations
impl Copy for NV_GPU_THERMAL_LIMIT_V2
[src]
impl Clone for NV_GPU_THERMAL_LIMIT_V2
[src]
fn clone(&self) -> NV_GPU_THERMAL_LIMIT_V2
[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