pub struct AttachedSource<Callback> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<C> AsRef<Source<C>> for AttachedSource<C>
impl<C> AsRef<Source<C>> for AttachedSource<C>
Source§impl<C> Refcount for AttachedSource<C>
impl<C> Refcount for AttachedSource<C>
Source§impl<C> Wrapper for AttachedSource<C>
impl<C> Wrapper for AttachedSource<C>
impl<C> Send for AttachedSource<C>where
C: Into<RawCallback>,
impl<C> Sync for AttachedSource<C>where
C: Into<RawCallback>,
Auto Trait Implementations§
impl<Callback> Freeze for AttachedSource<Callback>
impl<Callback> RefUnwindSafe for AttachedSource<Callback>where
Callback: RefUnwindSafe,
impl<Callback> Unpin for AttachedSource<Callback>where
Callback: Unpin,
impl<Callback> UnwindSafe for AttachedSource<Callback>where
Callback: 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