Enum libdrm_sys::drmMapFlags [] [src]

#[repr(u32)]
pub enum drmMapFlags { DRM_RESTRICTED, DRM_READ_ONLY, DRM_LOCKED, DRM_KERNEL, DRM_WRITE_COMBINING, DRM_CONTAINS_LOCK, DRM_REMOVABLE, }

Variants

Trait Implementations

impl Debug for drmMapFlags
[src]

Formats the value using the given formatter.

impl Copy for drmMapFlags
[src]

impl Clone for drmMapFlags
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Hash for drmMapFlags
[src]

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

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