pub struct Counter16 { /* private fields */ }Expand description
A spinner that cycles through 16 states by counting in binary using block elements
Implementations§
Trait Implementations§
impl Copy for Counter16
impl Eq for Counter16
Source§impl Ord for Counter16
impl Ord for Counter16
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for Counter16
impl PartialOrd for Counter16
impl StructuralPartialEq for Counter16
Auto Trait Implementations§
impl Freeze for Counter16
impl RefUnwindSafe for Counter16
impl Send for Counter16
impl Sync for Counter16
impl Unpin for Counter16
impl UnsafeUnpin for Counter16
impl UnwindSafe for Counter16
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