pub trait AtomicFloatRepresentable: Sized {
    type AtomicType: AtomicValue<Inner = Self> + From<Self>;
}

Required Associated Types§

source

type AtomicType: AtomicValue<Inner = Self> + From<Self>

Implementations on Foreign Types§

source§

impl AtomicFloatRepresentable for f64

source§

impl AtomicFloatRepresentable for f32

Implementors§