Enum cupi::sys::Edge
[−]
[src]
pub enum Edge {
NoInterrupt,
RisingEdge,
FallingEdge,
BothEdges,
}Variants
NoInterruptRisingEdgeFallingEdgeBothEdgesTrait Implementations
impl Copy for Edge[src]
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