pub struct OutputCollector<C>{ /* private fields */ }
Expand description
Output Collector manages output devices. When output if found or lost Collector notifies the rest of application about this event.
Implementations§
Source§impl<C> OutputCollector<C>
impl<C> OutputCollector<C>
Auto Trait Implementations§
impl<C> Freeze for OutputCollector<C>where
C: Freeze,
impl<C> RefUnwindSafe for OutputCollector<C>where
C: RefUnwindSafe,
impl<C> Send for OutputCollector<C>where
C: Send,
impl<C> Sync for OutputCollector<C>where
C: Sync,
impl<C> Unpin for OutputCollector<C>where
C: Unpin,
impl<C> UnwindSafe for OutputCollector<C>where
C: 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