Struct calloop::sources::DispatcherInner
source · pub(crate) struct DispatcherInner<S, F> {
source: S,
callback: F,
needs_additional_lifecycle_events: bool,
}
Fields§
§source: S
§callback: F
§needs_additional_lifecycle_events: bool
Auto Trait Implementations§
impl<S, F> Freeze for DispatcherInner<S, F>
impl<S, F> RefUnwindSafe for DispatcherInner<S, F>where
S: RefUnwindSafe,
F: RefUnwindSafe,
impl<S, F> Send for DispatcherInner<S, F>
impl<S, F> Sync for DispatcherInner<S, F>
impl<S, F> Unpin for DispatcherInner<S, F>
impl<S, F> UnwindSafe for DispatcherInner<S, F>where
S: UnwindSafe,
F: UnwindSafe,
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