enum AccelClientState {
ReadingWhoami,
Activating,
Deactivating,
ReadingAccelData,
}
Variants§
Trait Implementations§
Source§impl Clone for AccelClientState
impl Clone for AccelClientState
Source§fn clone(&self) -> AccelClientState
fn clone(&self) -> AccelClientState
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 moreimpl Copy for AccelClientState
Auto Trait Implementations§
impl Freeze for AccelClientState
impl RefUnwindSafe for AccelClientState
impl Send for AccelClientState
impl Sync for AccelClientState
impl Unpin for AccelClientState
impl UnwindSafe for AccelClientState
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