Enum gpio_cdev::EventType[][src]

pub enum EventType {
    RisingEdge,
    FallingEdge,
}

Did the Line rise (go active) or fall (go inactive)?

Maps to kernel GPIOEVENT_EVENT_* definitions.

Variants

Trait Implementations

impl Debug for EventType
[src]

Formats the value using the given formatter. Read more

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 !=.

Auto Trait Implementations

impl Send for EventType

impl Sync for EventType