Enum cupi::Logic
[−]
[src]
pub enum Logic { High, Low, }
Variants
High
Low
Trait Implementations
impl Debug for Logic
[src]
impl Copy for Logic
[src]
impl Clone for Logic
[src]
fn clone(&self) -> Logic
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