pub struct OpusEncoderBuilder;Trait Implementations§
Source§impl EncoderBuilder<AudioEncoder> for OpusEncoderBuilder
impl EncoderBuilder<AudioEncoder> for OpusEncoderBuilder
fn new_encoder( &self, codec_id: CodecID, params: &CodecParameters, options: Option<&Variant>, ) -> Result<Box<dyn Encoder<AudioEncoder>>>
Auto Trait Implementations§
impl Freeze for OpusEncoderBuilder
impl RefUnwindSafe for OpusEncoderBuilder
impl Send for OpusEncoderBuilder
impl Sync for OpusEncoderBuilder
impl Unpin for OpusEncoderBuilder
impl UnwindSafe for OpusEncoderBuilder
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