pub struct OpusDecoderBuilder { /* private fields */ }Trait Implementations§
Source§impl CodecBuilder for OpusDecoderBuilder
impl CodecBuilder for OpusDecoderBuilder
Source§impl DecoderBuilder for OpusDecoderBuilder
impl DecoderBuilder for OpusDecoderBuilder
Auto Trait Implementations§
impl Freeze for OpusDecoderBuilder
impl RefUnwindSafe for OpusDecoderBuilder
impl Send for OpusDecoderBuilder
impl Sync for OpusDecoderBuilder
impl Unpin for OpusDecoderBuilder
impl UnwindSafe for OpusDecoderBuilder
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