Struct nvapi_sys::gpu::power::private::NV_VOLT_TABLE_V1 [] [src]

#[repr(C)]
pub struct NV_VOLT_TABLE_V1 { pub version: u32, pub flags: u32, pub filled: u32, pub entries: Array<[NV_VOLT_TABLE_ENTRY; 128]>, pub buf1: Array<[u32; 3888]>, }

Fields

1

empty tables?

Methods

impl NV_VOLT_TABLE_V1
[src]

[src]

Trait Implementations

impl Copy for NV_VOLT_TABLE_V1
[src]

impl Clone for NV_VOLT_TABLE_V1
[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_VOLT_TABLE_V1
[src]

[src]

Formats the value using the given formatter. Read more