pub struct Microphone(/* private fields */);Expand description
Record audio samples from a microphone.
Implementations§
Trait Implementations§
Source§impl Debug for Microphone
impl Debug for Microphone
Source§impl Default for Microphone
impl Default for Microphone
Source§fn default() -> Microphone
fn default() -> Microphone
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for Microphone
impl RefUnwindSafe for Microphone
impl !Send for Microphone
impl !Sync for Microphone
impl Unpin for Microphone
impl UnwindSafe for Microphone
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