Skip to main content

AtomicPrimStore

Trait AtomicPrimStore 

Source
pub trait AtomicPrimStore: Radium {
    const ZERO: Self;
}

Required Associated Constants§

Source

const ZERO: Self

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl AtomicPrimStore for AtomicU8

Source§

const ZERO: Self

Source§

impl AtomicPrimStore for AtomicU16

Source§

const ZERO: Self

Source§

impl AtomicPrimStore for AtomicU32

Source§

const ZERO: Self

Source§

impl AtomicPrimStore for AtomicU64

Source§

const ZERO: Self

Source§

impl AtomicPrimStore for AtomicUsize

Source§

const ZERO: Self

Implementors§