pub enum AudioRecordingControlEvent {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AudioRecordingControlEvent
impl RefUnwindSafe for AudioRecordingControlEvent
impl Send for AudioRecordingControlEvent
impl Sync for AudioRecordingControlEvent
impl Unpin for AudioRecordingControlEvent
impl UnwindSafe for AudioRecordingControlEvent
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