Enum libdrm_sys::drmVBlankSeqType [] [src]

#[repr(u32)]
pub enum drmVBlankSeqType { DRM_VBLANK_ABSOLUTE, DRM_VBLANK_RELATIVE, DRM_VBLANK_HIGH_CRTC_MASK, DRM_VBLANK_EVENT, DRM_VBLANK_FLIP, DRM_VBLANK_NEXTONMISS, DRM_VBLANK_SECONDARY, DRM_VBLANK_SIGNAL, }

Variants

Trait Implementations

impl Debug for drmVBlankSeqType
[src]

Formats the value using the given formatter.

impl Copy for drmVBlankSeqType
[src]

impl Clone for drmVBlankSeqType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Hash for drmVBlankSeqType
[src]

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

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