pub struct EventCapture { /* private fields */ }Implementations§
Source§impl EventCapture
impl EventCapture
pub fn new() -> Self
pub fn drain(&mut self) -> Vec<Vec<u8>>
pub fn as_output_events(&self) -> ClapOutputEvents
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EventCapture
impl RefUnwindSafe for EventCapture
impl Send for EventCapture
impl Sync for EventCapture
impl Unpin for EventCapture
impl UnsafeUnpin for EventCapture
impl UnwindSafe for EventCapture
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