Struct android_audio::AAudioStreamPtr
source · pub(crate) struct AAudioStreamPtr {
pub(crate) stream_ptr: *mut AAudioStream,
}
Fields§
§stream_ptr: *mut AAudioStream
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for AAudioStreamPtr
impl !Send for AAudioStreamPtr
impl !Sync for AAudioStreamPtr
impl Unpin for AAudioStreamPtr
impl UnwindSafe for AAudioStreamPtr
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