#[repr(C)]pub struct NV_CLOCK_MASKS_V1 {
pub version: u32,
pub mask: [u32; 4],
pub unknown: [u32; 8],
pub clocks: Array<[NV_CLOCK_MASKS_CLOCK; 103]>,
pub unknown2: Array<[u32; 916]>,
}Fields§
§version: u32§mask: [u32; 4]§unknown: [u32; 8]§clocks: Array<[NV_CLOCK_MASKS_CLOCK; 103]>§unknown2: Array<[u32; 916]>Implementations§
Trait Implementations§
Source§impl Clone for NV_CLOCK_MASKS_V1
impl Clone for NV_CLOCK_MASKS_V1
Source§fn clone(&self) -> NV_CLOCK_MASKS_V1
fn clone(&self) -> NV_CLOCK_MASKS_V1
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_V1
impl Debug for NV_CLOCK_MASKS_V1
impl Copy for NV_CLOCK_MASKS_V1
Auto Trait Implementations§
impl Freeze for NV_CLOCK_MASKS_V1
impl RefUnwindSafe for NV_CLOCK_MASKS_V1
impl Send for NV_CLOCK_MASKS_V1
impl Sync for NV_CLOCK_MASKS_V1
impl Unpin for NV_CLOCK_MASKS_V1
impl UnwindSafe for NV_CLOCK_MASKS_V1
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