Enum libdrm_sys::drmLockFlags [] [src]

#[repr(u32)]
pub enum drmLockFlags { 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 drmLockFlags
[src]

Formats the value using the given formatter.

impl Copy for drmLockFlags
[src]

impl Clone for drmLockFlags
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for drmLockFlags
[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 drmLockFlags
[src]

impl Hash for drmLockFlags
[src]

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

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