Struct windows_capture::capture::CaptureControl
source · pub struct CaptureControl { /* private fields */ }Expand description
Struct Used To Control Capture Thread
Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for CaptureControl
impl Send for CaptureControl
impl Sync for CaptureControl
impl Unpin for CaptureControl
impl !UnwindSafe for CaptureControl
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