pub struct InAudioBuf(pub InAudioBuf);Tuple Fields§
§0: InAudioBufImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InAudioBuf
impl RefUnwindSafe for InAudioBuf
impl Send for InAudioBuf
impl Sync for InAudioBuf
impl Unpin for InAudioBuf
impl UnwindSafe for InAudioBuf
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