pub enum ButtonStateUpdate {
ButtonDown(u8),
ButtonUp(u8),
}Available on crate feature
async only.Expand description
Tells what changed in button states
Variants§
Trait Implementations§
source§impl Clone for ButtonStateUpdate
impl Clone for ButtonStateUpdate
source§fn clone(&self) -> ButtonStateUpdate
fn clone(&self) -> ButtonStateUpdate
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more