Enum gpiochip::EventId[][src]

#[repr(u32)]
pub enum EventId { RISING_EDGE, FALLING_EDGE, }

Variants

GPIO changed from low to high

GPIO changed from high to low

Trait Implementations

impl PartialEq for EventId
[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 EventId

impl Sync for EventId