Struct crossbeam_utils::atomic_option::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.

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

A method called when the value goes out of scope. Read more

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

Returns the "default value" for a type. Read more