pub trait HasAtomic {
type Atomic: Atomic<Primitive = Self>;
}
Expand description
A trait representing types that have an associated atomic type.
source§Available on target_has_atomic="ptr"
only.
source§Available on target_has_atomic="16"
only.
source§Available on target_has_atomic="ptr"
only.
source§Available on target_has_atomic="16"
only.
source§Available on target_has_atomic="64"
only.
source§Available on target_has_atomic="64"
only.
source§Available on target_has_atomic="8"
only.
source§Available on target_has_atomic="32"
only.
source§Available on target_has_atomic="ptr"
only.
source§Available on target_has_atomic="8"
only.
source§Available on target_has_atomic="32"
only.
source§Available on target_has_atomic="8"
only.