Type Alias intel_gpu::native::drm_stats_t

source ·
pub type drm_stats_t = drm_stats;

Aliased Type§

struct drm_stats_t {
    pub count: u64,
    pub data: [drm_stats__bindgen_ty_1; 15],
}

Fields§

§count: u64§data: [drm_stats__bindgen_ty_1; 15]

Trait Implementations

source§

impl Clone for drm_stats

source§

fn clone(&self) -> drm_stats

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for drm_stats

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for drm_stats