Struct nvapi_hi::sys::gpu::power::private::NV_VOLT_TABLE_ENTRY
[−]
[src]
#[repr(C)]pub struct NV_VOLT_TABLE_ENTRY { pub voltage_uV: u32, pub unknown: u32, }
Fields
voltage_uV: u32
unknown: u32
Methods
impl NV_VOLT_TABLE_ENTRY
[src]
pub fn zeroed() -> NV_VOLT_TABLE_ENTRY
[src]
Trait Implementations
impl RawConversion for NV_VOLT_TABLE_ENTRY
[src]
type Target = VoltageEntry
type Error = Void
fn convert_raw(
&self
) -> Result<<NV_VOLT_TABLE_ENTRY as RawConversion>::Target, <NV_VOLT_TABLE_ENTRY as RawConversion>::Error>
[src]
&self
) -> Result<<NV_VOLT_TABLE_ENTRY as RawConversion>::Target, <NV_VOLT_TABLE_ENTRY as RawConversion>::Error>
impl Debug for NV_VOLT_TABLE_ENTRY
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
[src]
Formats the value using the given formatter. Read more
impl Copy for NV_VOLT_TABLE_ENTRY
[src]
impl Clone for NV_VOLT_TABLE_ENTRY
[src]
fn clone(&self) -> NV_VOLT_TABLE_ENTRY
[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