Enum drm_sys::drm_vblank_seq_type [] [src]

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

Formats the value using the given formatter.

impl Copy for drm_vblank_seq_type
[src]

impl Clone for drm_vblank_seq_type
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Hash for drm_vblank_seq_type
[src]

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

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