pub struct PcmaEncoder {}Expand description
Encoder for A-law (PCMA) format
Implementations§
Source§impl PcmaEncoder
impl PcmaEncoder
Trait Implementations§
Source§impl Default for PcmaEncoder
impl Default for PcmaEncoder
Source§fn default() -> PcmaEncoder
fn default() -> PcmaEncoder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PcmaEncoder
impl RefUnwindSafe for PcmaEncoder
impl Send for PcmaEncoder
impl Sync for PcmaEncoder
impl Unpin for PcmaEncoder
impl UnwindSafe for PcmaEncoder
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