pub struct IPCAtomicU64 { /* private fields */ }Expand description
A filesystem path based cross-process atomic counter
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IPCAtomicU64
impl RefUnwindSafe for IPCAtomicU64
impl Send for IPCAtomicU64
impl Sync for IPCAtomicU64
impl Unpin for IPCAtomicU64
impl UnwindSafe for IPCAtomicU64
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