Struct clipboard_win::monitor::Shutdown
source · pub struct Shutdown { /* private fields */ }
Expand description
Shutdown channel
On drop requests shutdown to gracefully close clipboard listener as soon as possible.
This is silently ignored, if there is no thread awaiting
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Shutdown
impl RefUnwindSafe for Shutdown
impl !Sync for Shutdown
impl Unpin for Shutdown
impl UnwindSafe for Shutdown
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