#[repr(C)]pub struct NV_CLOCK_LOCK_ENTRY {
pub id: u32,
pub b: u32,
pub mode: NV_GPU_CLOCK_LOCK_MODE,
pub d: u32,
pub voltage_uV: u32,
pub f: u32,
}Fields§
§id: u32§b: u32§mode: NV_GPU_CLOCK_LOCK_MODE§d: u32§voltage_uV: u32§f: u32Implementations§
Trait Implementations§
Source§impl Clone for NV_CLOCK_LOCK_ENTRY
impl Clone for NV_CLOCK_LOCK_ENTRY
Source§fn clone(&self) -> NV_CLOCK_LOCK_ENTRY
fn clone(&self) -> NV_CLOCK_LOCK_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_LOCK_ENTRY
impl Debug for NV_CLOCK_LOCK_ENTRY
impl Copy for NV_CLOCK_LOCK_ENTRY
Auto Trait Implementations§
impl Freeze for NV_CLOCK_LOCK_ENTRY
impl RefUnwindSafe for NV_CLOCK_LOCK_ENTRY
impl Send for NV_CLOCK_LOCK_ENTRY
impl Sync for NV_CLOCK_LOCK_ENTRY
impl Unpin for NV_CLOCK_LOCK_ENTRY
impl UnwindSafe for NV_CLOCK_LOCK_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