Enum kawaii::gpio::Edge [] [src]

pub enum Edge {
    None,
    Rising,
    Falling,
    Both,
}

Variants

Methods

impl Edge
[src]

Trait Implementations

impl Clone for Edge
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Edge
[src]

impl Debug for Edge
[src]

Formats the value using the given formatter.