Enum gpio_cdev::EventType [−][src]
pub enum EventType {
RisingEdge,
FallingEdge,
}Expand description
Did the Line rise (go active) or fall (go inactive)?
Maps to kernel GPIOEVENT_EVENT_* definitions.
Variants
RisingEdge
FallingEdge
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for EventType
impl UnwindSafe for EventType
Blanket Implementations
Mutably borrows from an owned value. Read more