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