Enum cupi::sys::Edge [] [src]

pub enum Edge {
    NoInterrupt,
    RisingEdge,
    FallingEdge,
    BothEdges,
}

Variants

Trait Implementations

impl Copy for Edge
[src]

impl Clone for Edge
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Edge
[src]

Formats the value using the given formatter.