Enum drm::EventType [] [src]

pub enum EventType {
    VBlank,
    FlipComplete,
}

Type of a drm device event.

Variants

Event is start of vblank.

Event is after page flip has finshed.

Trait Implementations

impl Copy for EventType
[src]

impl Clone for EventType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for EventType
[src]

Formats the value using the given formatter.

impl Eq for EventType
[src]

impl PartialEq for EventType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Hash for EventType
[src]

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

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