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
impl Clone for drm_hw_lock
Source§fn clone(&self) -> drm_hw_lock
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)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for drm_hw_lock
impl Debug for drm_hw_lock
Source§impl Default for drm_hw_lock
impl Default for drm_hw_lock
Source§fn default() -> drm_hw_lock
fn default() -> drm_hw_lock
Returns the “default value” for a type. Read more