pub struct MonitorCaptureSourceSignals { /* private fields */ }Available on Windows only.
Expand description
This signal manager must be within an Arc if you want to clone it.
Trait Implementations§
Source§impl Debug for MonitorCaptureSourceSignals
impl Debug for MonitorCaptureSourceSignals
Auto Trait Implementations§
impl Freeze for MonitorCaptureSourceSignals
impl !RefUnwindSafe for MonitorCaptureSourceSignals
impl Send for MonitorCaptureSourceSignals
impl Sync for MonitorCaptureSourceSignals
impl Unpin for MonitorCaptureSourceSignals
impl UnsafeUnpin for MonitorCaptureSourceSignals
impl !UnwindSafe for MonitorCaptureSourceSignals
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