Type Alias intel_gpu::native::drm_hw_lock_t

source ·
pub type drm_hw_lock_t = drm_hw_lock;

Aliased Type§

struct drm_hw_lock_t {
    pub lock: u32,
    pub padding: [i8; 60],
}

Fields§

§lock: u32§padding: [i8; 60]

Trait Implementations

source§

impl Clone for drm_hw_lock

source§

fn clone(&self) -> drm_hw_lock

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_hw_lock

source§

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

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

impl Copy for drm_hw_lock