pub enum RcButtonState {
Aup,
Aplus,
Ared,
Aminus,
Bup,
Bplus,
Bred,
Bminus,
Green,
GreenUp,
}Variants§
Trait Implementations§
Source§impl Clone for RcButtonState
impl Clone for RcButtonState
Source§fn clone(&self) -> RcButtonState
fn clone(&self) -> RcButtonState
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RcButtonState
Auto Trait Implementations§
impl Freeze for RcButtonState
impl RefUnwindSafe for RcButtonState
impl Send for RcButtonState
impl Sync for RcButtonState
impl Unpin for RcButtonState
impl UnsafeUnpin for RcButtonState
impl UnwindSafe for RcButtonState
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more