Struct ndk_sys::AAudioStreamBuilderStruct
source · #[repr(C)]pub struct AAudioStreamBuilderStruct { /* private fields */ }
Trait Implementations
sourceimpl Clone for AAudioStreamBuilderStruct
impl Clone for AAudioStreamBuilderStruct
sourcefn clone(&self) -> AAudioStreamBuilderStruct
fn clone(&self) -> AAudioStreamBuilderStruct
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for AAudioStreamBuilderStruct
impl Debug for AAudioStreamBuilderStruct
impl Copy for AAudioStreamBuilderStruct
Auto Trait Implementations
impl RefUnwindSafe for AAudioStreamBuilderStruct
impl Send for AAudioStreamBuilderStruct
impl Sync for AAudioStreamBuilderStruct
impl Unpin for AAudioStreamBuilderStruct
impl UnwindSafe for AAudioStreamBuilderStruct
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more