enum CommandCounter {
CommandCounter0 = 0,
CommandCounter1 = 64,
CommandCounter2 = 128,
CommandReadBack = 192,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for CommandCounter
impl Clone for CommandCounter
Source§fn clone(&self) -> CommandCounter
fn clone(&self) -> CommandCounter
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 moreSource§impl Debug for CommandCounter
impl Debug for CommandCounter
Source§impl PartialEq for CommandCounter
impl PartialEq for CommandCounter
impl Copy for CommandCounter
impl Eq for CommandCounter
impl StructuralPartialEq for CommandCounter
Auto Trait Implementations§
impl Freeze for CommandCounter
impl RefUnwindSafe for CommandCounter
impl Send for CommandCounter
impl Sync for CommandCounter
impl Unpin for CommandCounter
impl UnwindSafe for CommandCounter
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