Struct fixed_queue::sync::AtomicOption
[−]pub struct AtomicOption<T> { /* private fields */ }Implementations
impl<T> Cell<T>
impl<T> Cell<T>
pub fn is_initialized(&self) -> bool
pub fn get_or_try_init(&self, value: T) -> Result<Peek<'_, T>, T>
pub fn get_or_init(&self, value: T) -> Peek<'_, T>
pub fn get_or_init(&self, value: T) -> Peek<'_, T>
Notice: Maybe spin