pub struct EpochGuard { /* private fields */ }Expand description
Epoch-based reclamation for safe memory access
Trait Implementations§
Source§impl Drop for EpochGuard
impl Drop for EpochGuard
Auto Trait Implementations§
impl !RefUnwindSafe for EpochGuard
impl !UnwindSafe for EpochGuard
impl Freeze for EpochGuard
impl Send for EpochGuard
impl Sync for EpochGuard
impl Unpin for EpochGuard
impl UnsafeUnpin for EpochGuard
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