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