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