pub struct Capture<T: Sample> { /* private fields */ }
Expand description
Represents a capture device.
Implementations§
Trait Implementations§
impl<T: Sample> Send for Capture<T>
Auto Trait Implementations§
impl<T> Freeze for Capture<T>
impl<T> RefUnwindSafe for Capture<T>where
T: RefUnwindSafe,
impl<T> !Sync for Capture<T>
impl<T> Unpin for Capture<T>where
T: Unpin,
impl<T> UnwindSafe for Capture<T>where
T: UnwindSafe,
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