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
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 more