Struct nvapi_hi::sys::gpu::clock::private::NV_CLOCK_RANGES_ENTRY
[−]
[src]
#[repr(C)]pub struct NV_CLOCK_RANGES_ENTRY { pub a: u32, pub clockType: i32, pub c: u32, pub d: u32, pub e: u32, pub f: u32, pub g: u32, pub h: u32, pub i: u32, pub j: u32, pub rangeMax: i32, pub rangeMin: i32, pub tempMax: i32, pub n: u32, pub o: u32, pub p: u32, pub q: u32, pub r: u32, }
Fields
a: u32
clockType: i32
c: u32
d: u32
e: u32
f: u32
g: u32
h: u32
i: u32
j: u32
rangeMax: i32
rangeMin: i32
tempMax: i32
n: u32
o: u32
p: u32
q: u32
r: u32
Methods
impl NV_CLOCK_RANGES_ENTRY
[src]
pub fn zeroed() -> NV_CLOCK_RANGES_ENTRY
[src]
Trait Implementations
impl RawConversion for NV_CLOCK_RANGES_ENTRY
[src]
type Target = ClockRange
type Error = ArgumentRangeError
fn convert_raw(
&self
) -> Result<<NV_CLOCK_RANGES_ENTRY as RawConversion>::Target, <NV_CLOCK_RANGES_ENTRY as RawConversion>::Error>
[src]
&self
) -> Result<<NV_CLOCK_RANGES_ENTRY as RawConversion>::Target, <NV_CLOCK_RANGES_ENTRY as RawConversion>::Error>
impl Debug for NV_CLOCK_RANGES_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_CLOCK_RANGES_ENTRY
[src]
impl Clone for NV_CLOCK_RANGES_ENTRY
[src]
fn clone(&self) -> NV_CLOCK_RANGES_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