Enum cupi::Logic3
[−]
[src]
pub enum Logic3 {
High,
Low,
Z,
}Variants
HighLowZTrait Implementations
impl Debug for Logic3[src]
impl Copy for Logic3[src]
impl Clone for Logic3[src]
fn clone(&self) -> Logic3
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more