Struct atomicmonitor::AtomMonitor[][src]

pub struct AtomMonitor<T: Copy> { /* fields omitted */ }

Methods

impl<T: Copy> AtomMonitor<T>
[src]

Auto Trait Implementations

impl<T> Send for AtomMonitor<T> where
    T: Send

impl<T> Sync for AtomMonitor<T> where
    T: Send