Enum kawaii::gpio::Direction
[−]
[src]
pub enum Direction {
Out,
In,
}Variants
OutInMethods
impl Direction[src]
Trait Implementations
impl Clone for Direction[src]
fn clone(&self) -> Direction
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