Struct calloop::sources::AdditionalLifecycleEventsSet
source · pub(crate) struct AdditionalLifecycleEventsSet {
pub(crate) values: Vec<RegistrationToken>,
}
Expand description
The list of events
Fields§
§values: Vec<RegistrationToken>
The list of sources
Implementations§
source§impl AdditionalLifecycleEventsSet
impl AdditionalLifecycleEventsSet
fn register(&mut self, token: RegistrationToken)
fn unregister(&mut self, token: RegistrationToken)
Trait Implementations§
source§impl Default for AdditionalLifecycleEventsSet
impl Default for AdditionalLifecycleEventsSet
source§fn default() -> AdditionalLifecycleEventsSet
fn default() -> AdditionalLifecycleEventsSet
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AdditionalLifecycleEventsSet
impl RefUnwindSafe for AdditionalLifecycleEventsSet
impl Send for AdditionalLifecycleEventsSet
impl Sync for AdditionalLifecycleEventsSet
impl Unpin for AdditionalLifecycleEventsSet
impl UnwindSafe for AdditionalLifecycleEventsSet
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