Struct nvapi_hi::sys::gpu::clock::private::NV_CLOCKS_INFO_V1
[−]
[src]
#[repr(C)]pub struct NV_CLOCKS_INFO_V1 { pub version: u32, pub clocks: Array<[u32; 288]>, }
Fields
version: u32
clocks: Array<[u32; 288]>
Methods
impl NV_CLOCKS_INFO_V1
[src]
pub fn zeroed() -> NV_CLOCKS_INFO_V1
[src]
Trait Implementations
impl Debug for NV_CLOCKS_INFO_V1
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
[src]
Formats the value using the given formatter. Read more
impl Copy for NV_CLOCKS_INFO_V1
[src]
impl Clone for NV_CLOCKS_INFO_V1
[src]
fn clone(&self) -> NV_CLOCKS_INFO_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