Struct calloop::loop_logic::Signals
source · struct Signals {
stop: AtomicBool,
}
Expand description
Signals related to the event loop.
Fields§
§stop: AtomicBool
Signal to stop the event loop.
Auto Trait Implementations§
impl !Freeze for Signals
impl RefUnwindSafe for Signals
impl Send for Signals
impl Sync for Signals
impl Unpin for Signals
impl UnwindSafe for Signals
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