Struct CounterReset
#[repr(transparent)]pub struct CounterReset(pub u8);Tuple Fields§
§0: u8Implementations§
§impl CounterReset
 
impl CounterReset
pub const RESET: Self
pub const RESET: Self
Reset all counters. Cleared automatically
Trait Implementations§
§impl Clone for CounterReset
 
impl Clone for CounterReset
§fn clone(&self) -> CounterReset
 
fn clone(&self) -> CounterReset
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
 
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read more§impl Ord for CounterReset
 
impl Ord for CounterReset
§impl PartialEq for CounterReset
 
impl PartialEq for CounterReset
§impl PartialOrd for CounterReset
 
impl PartialOrd for CounterReset
impl Copy for CounterReset
impl Eq for CounterReset
impl StructuralPartialEq for CounterReset
Auto Trait Implementations§
impl Freeze for CounterReset
impl RefUnwindSafe for CounterReset
impl Send for CounterReset
impl Sync for CounterReset
impl Unpin for CounterReset
impl UnwindSafe for CounterReset
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