Struct crossbeam::sync::AtomicOption[][src]

pub struct AtomicOption<T> { /* fields omitted */ }

Methods

impl<T> AtomicOption<T>
[src]

Trait Implementations

impl<T: Send> Send for AtomicOption<T>
[src]

impl<T: Send> Sync for AtomicOption<T>
[src]

impl<T: Debug> Debug for AtomicOption<T>
[src]

Formats the value using the given formatter. Read more

impl<T> Drop for AtomicOption<T>
[src]

Executes the destructor for this type. Read more