Struct nvapi_sys::gpu::power::private::NV_VOLT_STATUS_V1
[−]
[src]
#[repr(C)]pub struct NV_VOLT_STATUS_V1 { pub version: u32, pub flags: u32, pub count: u32, pub unknown: u32, pub value_uV: u32, pub buf1: [u32; 30], }
Fields
version: u32
flags: u32
count: u32
unsure
unknown: u32
value_uV: u32
buf1: [u32; 30]
Methods
impl NV_VOLT_STATUS_V1
[src]
Trait Implementations
impl Copy for NV_VOLT_STATUS_V1
[src]
impl Clone for NV_VOLT_STATUS_V1
[src]
fn clone(&self) -> NV_VOLT_STATUS_V1
[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