#[repr(C)]pub struct SpeexCodec {
pub nBandmode: INT32,
pub nQuality: INT32,
pub nTxIntervalMSec: INT32,
pub bStereoPlayback: TTBOOL,
}Fields§
§nBandmode: INT32§nQuality: INT32§nTxIntervalMSec: INT32§bStereoPlayback: TTBOOLTrait Implementations§
Source§impl Clone for SpeexCodec
impl Clone for SpeexCodec
Source§fn clone(&self) -> SpeexCodec
fn clone(&self) -> SpeexCodec
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 SpeexCodec
impl Debug for SpeexCodec
Source§impl Default for SpeexCodec
impl Default for SpeexCodec
Source§fn default() -> SpeexCodec
fn default() -> SpeexCodec
Returns the “default value” for a type. Read more
impl Copy for SpeexCodec
Auto Trait Implementations§
impl Freeze for SpeexCodec
impl RefUnwindSafe for SpeexCodec
impl Send for SpeexCodec
impl Sync for SpeexCodec
impl Unpin for SpeexCodec
impl UnwindSafe for SpeexCodec
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