Enum lm4f120::gpio::Level [] [src]

pub enum Level {
    High,
    Low,
}

Describes what a pin can be set to

Variants

A logic high (i.e. 3.3v)

A logic low (i.e. 0v)

Trait Implementations

impl PartialEq for Level
[src]

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

This method tests for !=.

impl Clone for Level
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Level
[src]