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