Struct nvapi_sys::gpu::power::private::NV_GPU_POWER_STATUS_ENTRY
[−]
[src]
#[repr(C)]pub struct NV_GPU_POWER_STATUS_ENTRY { pub a: u32, pub b: u32, pub power: u32, pub d: u32, }
Fields
a: u32
b: u32
power: u32
d: u32
Methods
impl NV_GPU_POWER_STATUS_ENTRY
[src]
Trait Implementations
impl Copy for NV_GPU_POWER_STATUS_ENTRY
[src]
impl Clone for NV_GPU_POWER_STATUS_ENTRY
[src]
fn clone(&self) -> NV_GPU_POWER_STATUS_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