Struct nvapi_hi::sys::gpu::clock::private::NV_CLOCK_LOCK_V2
[−]
[src]
#[repr(C)]pub struct NV_CLOCK_LOCK_V2 { pub version: u32, pub flags: u32, pub count: u32, pub entries: [NV_CLOCK_LOCK_ENTRY; 32], }
Fields
version: u32
flags: u32
count: u32
entries: [NV_CLOCK_LOCK_ENTRY; 32]
Methods
impl NV_CLOCK_LOCK_V2
[src]
pub fn zeroed() -> NV_CLOCK_LOCK_V2
[src]
Trait Implementations
impl RawConversion for NV_CLOCK_LOCK_V2
[src]
type Target = BTreeMap<usize, ClockLockEntry>
type Error = ArgumentRangeError
fn convert_raw(
&self
) -> Result<<NV_CLOCK_LOCK_V2 as RawConversion>::Target, <NV_CLOCK_LOCK_V2 as RawConversion>::Error>
[src]
&self
) -> Result<<NV_CLOCK_LOCK_V2 as RawConversion>::Target, <NV_CLOCK_LOCK_V2 as RawConversion>::Error>
impl Debug for NV_CLOCK_LOCK_V2
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
[src]
Formats the value using the given formatter. Read more
impl Copy for NV_CLOCK_LOCK_V2
[src]
impl Clone for NV_CLOCK_LOCK_V2
[src]
fn clone(&self) -> NV_CLOCK_LOCK_V2
[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