pub enum AAudioStream {}Expand description
Low-level wrappers for AAudio API.
Auto Trait Implementations§
impl Freeze for AAudioStream
impl RefUnwindSafe for AAudioStream
impl Send for AAudioStream
impl Sync for AAudioStream
impl Unpin for AAudioStream
impl UnwindSafe for AAudioStream
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