#[repr(align(64))]pub struct OptimizedArcCounter { /* private fields */ }
Expand description
Optimized reference counting for thread handles.
Implementations§
Auto Trait Implementations§
impl !Freeze for OptimizedArcCounter
impl RefUnwindSafe for OptimizedArcCounter
impl Send for OptimizedArcCounter
impl Sync for OptimizedArcCounter
impl Unpin for OptimizedArcCounter
impl UnwindSafe for OptimizedArcCounter
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