Enum kawaii::gpio::Edge
[−]
[src]
pub enum Edge {
None,
Rising,
Falling,
Both,
}Variants
NoneRisingFallingBothMethods
impl Edge[src]
Trait Implementations
impl Clone for Edge[src]
fn clone(&self) -> Edge
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