Enum cupi::Logic3 [] [src]

pub enum Logic3 {
    High,
    Low,
    Z,
}

Variants

Trait Implementations

impl Debug for Logic3
[src]

Formats the value using the given formatter.

impl Copy for Logic3
[src]

impl Clone for Logic3
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more