#[repr(C, align(2))]pub(super) struct ArcHead {
pub(super) strong: AtomicUsize,
pub(super) weak: AtomicUsize,
}Fields§
§strong: AtomicUsize§weak: AtomicUsizeAuto Trait Implementations§
impl !Freeze for ArcHead
impl RefUnwindSafe for ArcHead
impl Send for ArcHead
impl Sync for ArcHead
impl Unpin for ArcHead
impl UnsafeUnpin for ArcHead
impl UnwindSafe for ArcHead
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