Skip to main content

SelectAtomic

Trait SelectAtomic 

Source
pub trait SelectAtomic<const BITS: usize> {
    type Type: AtomicStorage;
}
Expand description

Selects correct type from STORAGE_BITS

Required Associated Types§

Implementations on Foreign Types§

Source§

impl SelectAtomic<8> for ()

Source§

impl SelectAtomic<16> for ()

Source§

impl SelectAtomic<32> for ()

Implementors§