#[repr(C)]pub struct NV_CLOCK_MASKS_CLOCK {
pub a: u32,
pub b: u32,
pub c: u32,
pub d: u32,
pub memDelta: u32,
pub gpuDelta: u32,
}Fields§
§a: u32§b: u32§c: u32§d: u32§memDelta: u32§gpuDelta: u32Implementations§
Trait Implementations§
Source§impl Clone for NV_CLOCK_MASKS_CLOCK
impl Clone for NV_CLOCK_MASKS_CLOCK
Source§fn clone(&self) -> NV_CLOCK_MASKS_CLOCK
fn clone(&self) -> NV_CLOCK_MASKS_CLOCK
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_MASKS_CLOCK
impl Debug for NV_CLOCK_MASKS_CLOCK
impl Copy for NV_CLOCK_MASKS_CLOCK
Auto Trait Implementations§
impl Freeze for NV_CLOCK_MASKS_CLOCK
impl RefUnwindSafe for NV_CLOCK_MASKS_CLOCK
impl Send for NV_CLOCK_MASKS_CLOCK
impl Sync for NV_CLOCK_MASKS_CLOCK
impl Unpin for NV_CLOCK_MASKS_CLOCK
impl UnwindSafe for NV_CLOCK_MASKS_CLOCK
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