#[repr(C)]pub struct AudioSourceOptions {
pub echo_cancellation: bool,
pub noise_suppression: bool,
pub auto_gain_control: bool,
}Fields§
§echo_cancellation: bool§noise_suppression: bool§auto_gain_control: boolTrait Implementations§
Source§impl ExternType for AudioSourceOptions
impl ExternType for AudioSourceOptions
Auto Trait Implementations§
impl Freeze for AudioSourceOptions
impl RefUnwindSafe for AudioSourceOptions
impl Send for AudioSourceOptions
impl Sync for AudioSourceOptions
impl Unpin for AudioSourceOptions
impl UnsafeUnpin for AudioSourceOptions
impl UnwindSafe for AudioSourceOptions
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