pub struct OpusDecoderBuilder;Trait Implementations§
Source§impl DecoderBuilder<AudioDecoder> for OpusDecoderBuilder
impl DecoderBuilder<AudioDecoder> for OpusDecoderBuilder
fn new_decoder( &self, codec_id: CodecID, params: &CodecParameters, options: Option<&Variant>, ) -> Result<Box<dyn Decoder<AudioDecoder>>>
Auto Trait Implementations§
impl Freeze for OpusDecoderBuilder
impl RefUnwindSafe for OpusDecoderBuilder
impl Send for OpusDecoderBuilder
impl Sync for OpusDecoderBuilder
impl Unpin for OpusDecoderBuilder
impl UnsafeUnpin 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