Enum libdrm_sys::drm_lock_flags [] [src]

#[repr(u32)]
pub enum drm_lock_flags { _DRM_LOCK_READY, _DRM_LOCK_QUIESCENT, _DRM_LOCK_FLUSH, _DRM_LOCK_FLUSH_ALL, _DRM_HALT_ALL_QUEUES, _DRM_HALT_CUR_QUEUES, }

Variants

Trait Implementations

impl Debug for drm_lock_flags
[src]

Formats the value using the given formatter.

impl Copy for drm_lock_flags
[src]

impl Clone for drm_lock_flags
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for drm_lock_flags
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for drm_lock_flags
[src]

impl Hash for drm_lock_flags
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more