pub struct PcmXLawDecoder { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for PcmXLawDecoder
impl Clone for PcmXLawDecoder
Source§fn clone(&self) -> PcmXLawDecoder
fn clone(&self) -> PcmXLawDecoder
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 PcmXLawDecoder
impl Debug for PcmXLawDecoder
impl Copy for PcmXLawDecoder
Auto Trait Implementations§
impl Freeze for PcmXLawDecoder
impl RefUnwindSafe for PcmXLawDecoder
impl Send for PcmXLawDecoder
impl Sync for PcmXLawDecoder
impl Unpin for PcmXLawDecoder
impl UnwindSafe for PcmXLawDecoder
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