Enum kawaii::gpio::Value
[−]
[src]
pub enum Value {
High,
Low,
}Variants
HighLowMethods
impl Value[src]
fn from_str(s: &str) -> Option<Value>
fn from_buffer(b: &[u8; 1]) -> Option<Self>
fn from_char(c: u8) -> Option<Self>
fn as_str(&self) -> &'static str
Trait Implementations
impl Clone for Value[src]
fn clone(&self) -> Value
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