Enum kawaii::gpio::Value [] [src]

pub enum Value {
    High,
    Low,
}

Variants

Methods

impl Value
[src]

Trait Implementations

impl Clone for Value
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Value
[src]

impl Debug for Value
[src]

Formats the value using the given formatter.