pub struct CheckModeAtomic {
pub mode: AtomicI8,
pub duration: Atomic<u128>,
}Expand description
Atomic storage for CheckMode configuration
Fields§
§mode: AtomicI8§duration: Atomic<u128>Implementations§
Auto Trait Implementations§
impl !Freeze for CheckModeAtomic
impl !RefUnwindSafe for CheckModeAtomic
impl Send for CheckModeAtomic
impl Sync for CheckModeAtomic
impl Unpin for CheckModeAtomic
impl UnwindSafe for CheckModeAtomic
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