Trait AsAtomic

Source
pub trait AsAtomic: SealedTrait {
    type Output;
}
Expand description

A trait for types that can be converted to their atomic representation. Currently, a placeholder for future feature of this crate. Safe to put a placeholder here because this is a ‘Sealed’ trait.

Required Associated Types§

Implementations on Foreign Types§

Source§

impl AsAtomic for u8

Available on target_has_atomic="8" only.
Source§

impl AsAtomic for u16

Available on target_has_atomic="16" only.
Source§

impl AsAtomic for u32

Available on target_has_atomic="32" only.
Source§

impl AsAtomic for u64

Available on target_has_atomic="64" only.

Implementors§