#[repr(C)]pub struct SpeexPreprocessState_ { /* private fields */ }Expand description
State of the preprocessor (one per channel). Should never be accessed directly.
Trait Implementations§
Source§impl Clone for SpeexPreprocessState_
impl Clone for SpeexPreprocessState_
Source§fn clone(&self) -> SpeexPreprocessState_
fn clone(&self) -> SpeexPreprocessState_
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 Debug for SpeexPreprocessState_
impl Debug for SpeexPreprocessState_
impl Copy for SpeexPreprocessState_
Auto Trait Implementations§
impl Freeze for SpeexPreprocessState_
impl RefUnwindSafe for SpeexPreprocessState_
impl Send for SpeexPreprocessState_
impl Sync for SpeexPreprocessState_
impl Unpin for SpeexPreprocessState_
impl UnwindSafe for SpeexPreprocessState_
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