Enum cupi::Logic [] [src]

pub enum Logic {
    High,
    Low,
}

Variants

Trait Implementations

impl Debug for Logic
[src]

Formats the value using the given formatter.

impl Copy for Logic
[src]

impl Clone for Logic
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Into<usize> for Logic
[src]

Performs the conversion.

impl Display for Logic
[src]

Formats the value using the given formatter. Read more

impl DigitalLogic for Logic
[src]