enum KA {
Idle,
Busy,
Disabled,
}
Variants§
Implementations§
Trait Implementations§
source§impl BitAndAssign<bool> for KA
impl BitAndAssign<bool> for KA
source§fn bitand_assign(&mut self, enabled: bool)
fn bitand_assign(&mut self, enabled: bool)
Performs the
&=
operation. Read moreimpl Copy for KA
Auto Trait Implementations§
impl Freeze for KA
impl RefUnwindSafe for KA
impl Send for KA
impl Sync for KA
impl Unpin for KA
impl UnwindSafe for KA
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