Struct utils_atomics::AsyncFlag
source · [−]pub struct AsyncFlag { /* private fields */ }
Expand description
Async flag that completes when marked or droped.
Implementations
Auto Trait Implementations
impl RefUnwindSafe for AsyncFlag
impl Send for AsyncFlag
impl Sync for AsyncFlag
impl Unpin for AsyncFlag
impl UnwindSafe for AsyncFlag
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more