#[repr(C)]pub struct WebRTCAudioPreprocessor__bindgen_ty_4 {
pub bEnable: TTBOOL,
pub fixeddigital: WebRTCAudioPreprocessor__bindgen_ty_4__bindgen_ty_1,
pub adaptivedigital: WebRTCAudioPreprocessor__bindgen_ty_4__bindgen_ty_2,
}Fields§
§bEnable: TTBOOL§fixeddigital: WebRTCAudioPreprocessor__bindgen_ty_4__bindgen_ty_1§adaptivedigital: WebRTCAudioPreprocessor__bindgen_ty_4__bindgen_ty_2Trait Implementations§
Source§impl Clone for WebRTCAudioPreprocessor__bindgen_ty_4
impl Clone for WebRTCAudioPreprocessor__bindgen_ty_4
Source§fn clone(&self) -> WebRTCAudioPreprocessor__bindgen_ty_4
fn clone(&self) -> WebRTCAudioPreprocessor__bindgen_ty_4
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for WebRTCAudioPreprocessor__bindgen_ty_4
impl Default for WebRTCAudioPreprocessor__bindgen_ty_4
Source§fn default() -> WebRTCAudioPreprocessor__bindgen_ty_4
fn default() -> WebRTCAudioPreprocessor__bindgen_ty_4
Returns the “default value” for a type. Read more
impl Copy for WebRTCAudioPreprocessor__bindgen_ty_4
Auto Trait Implementations§
impl Freeze for WebRTCAudioPreprocessor__bindgen_ty_4
impl RefUnwindSafe for WebRTCAudioPreprocessor__bindgen_ty_4
impl Send for WebRTCAudioPreprocessor__bindgen_ty_4
impl Sync for WebRTCAudioPreprocessor__bindgen_ty_4
impl Unpin for WebRTCAudioPreprocessor__bindgen_ty_4
impl UnwindSafe for WebRTCAudioPreprocessor__bindgen_ty_4
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