#[repr(C)]pub struct NV_CLOCK_RANGES_ENTRY {}Fields§
§a: u32§clockType: NV_GPU_PUBLIC_CLOCK_ID§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: u32Implementations§
Trait Implementations§
Source§impl Clone for NV_CLOCK_RANGES_ENTRY
impl Clone for NV_CLOCK_RANGES_ENTRY
Source§fn clone(&self) -> NV_CLOCK_RANGES_ENTRY
fn clone(&self) -> NV_CLOCK_RANGES_ENTRY
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NV_CLOCK_RANGES_ENTRY
impl Debug for NV_CLOCK_RANGES_ENTRY
impl Copy for NV_CLOCK_RANGES_ENTRY
Auto Trait Implementations§
impl Freeze for NV_CLOCK_RANGES_ENTRY
impl RefUnwindSafe for NV_CLOCK_RANGES_ENTRY
impl Send for NV_CLOCK_RANGES_ENTRY
impl Sync for NV_CLOCK_RANGES_ENTRY
impl Unpin for NV_CLOCK_RANGES_ENTRY
impl UnwindSafe for NV_CLOCK_RANGES_ENTRY
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more