pub struct WaitFlags(/* private fields */);Expand description
Flags controlling EventGroup::wait_bits behavior.
Flags can be combined with the | operator.
Implementations§
Trait Implementations§
impl Copy for WaitFlags
Auto Trait Implementations§
impl Freeze for WaitFlags
impl RefUnwindSafe for WaitFlags
impl Send for WaitFlags
impl Sync for WaitFlags
impl Unpin for WaitFlags
impl UnwindSafe for WaitFlags
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more