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