Struct libdrm_sys::drm_lock [] [src]

#[repr(C)]
pub struct drm_lock { pub context: c_int, pub flags: drm_lock_flags, }

Fields

Trait Implementations

impl Debug for drm_lock
[src]

Formats the value using the given formatter.

impl Copy for drm_lock
[src]

impl Clone for drm_lock
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more