pub enum SignBit {
Negative,
Positive,
}Expand description
the sign of the counter’s contents.
Variants§
Trait Implementations§
impl Eq for SignBit
impl StructuralPartialEq for SignBit
Auto Trait Implementations§
impl Freeze for SignBit
impl RefUnwindSafe for SignBit
impl Send for SignBit
impl Sync for SignBit
impl Unpin for SignBit
impl UnsafeUnpin for SignBit
impl UnwindSafe for SignBit
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