pub trait AtomicOrd<T = <Self as Atomic>::Primitive>: Atomic + AtomicMin<T> + AtomicMax<T> { }

Implementors§

source§

impl<T, U> AtomicOrd<T> for Uwhere
    U: Atomic + AtomicMin<T> + AtomicMax<T>,