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
RisingEdge
FallingEdge
Trait Implementations
impl Debug for EventType
[src]
impl Debug for EventType
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl PartialEq for EventType
[src]
impl PartialEq for EventType