pub struct OutputStatusListener { /* private fields */ }
Expand description
A handle to an output status callback
Dropping it disables the associated callback and frees the closure.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for OutputStatusListener
impl !Send for OutputStatusListener
impl !Sync for OutputStatusListener
impl Unpin for OutputStatusListener
impl !UnwindSafe for OutputStatusListener
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more