Enum j2ds::TimerEvent[][src]

pub enum TimerEvent {
    RisingEdge,
    FallingEdge,
}

Indicates which edge of the timer was just hit

Variants

Trait Implementations

impl Debug for TimerEvent
[src]

Formats the value using the given formatter. Read more

impl Eq for TimerEvent
[src]

impl PartialEq for TimerEvent
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Copy for TimerEvent
[src]

impl Clone for TimerEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for TimerEvent

impl Sync for TimerEvent