Type Alias drm_lock_t

Source
pub type drm_lock_t = drm_lock;

Aliased Type§

#[repr(C)]
pub struct drm_lock_t { pub context: i32, pub flags: u32, }

Fields§

§context: i32§flags: u32