Struct cros_asyncv2::sync::waiter::AtomicLink
source · [−]#[repr(align(128))]pub struct AtomicLink {
prev: UnsafeCell<Option<NonNull<AtomicLink>>>,
next: UnsafeCell<Option<NonNull<AtomicLink>>>,
linked: AtomicBool,
}
Fields
prev: UnsafeCell<Option<NonNull<AtomicLink>>>
next: UnsafeCell<Option<NonNull<AtomicLink>>>
linked: AtomicBool
Implementations
sourceimpl AtomicLink
impl AtomicLink
Trait Implementations
sourceimpl DefaultLinkOps for AtomicLink
impl DefaultLinkOps for AtomicLink
type Ops = AtomicLinkOps
type Ops = AtomicLinkOps
The default link operations.
impl Send for AtomicLink
impl Sync for AtomicLink
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more