Enum libdrm_sys::drm_context_tFlags [] [src]

#[repr(u32)]
pub enum drm_context_tFlags { DRM_CONTEXT_PRESERVED, DRM_CONTEXT_2DONLY, }

Variants

Trait Implementations

impl Debug for drm_context_tFlags
[src]

Formats the value using the given formatter.

impl Copy for drm_context_tFlags
[src]

impl Clone for drm_context_tFlags
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Hash for drm_context_tFlags
[src]

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

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