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