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