Struct ndk_sys::AAudioStreamBuilderStruct
source · #[repr(C)]pub struct AAudioStreamBuilderStruct { /* private fields */ }
Trait Implementations§
source§impl Clone for AAudioStreamBuilderStruct
impl Clone for AAudioStreamBuilderStruct
source§fn clone(&self) -> AAudioStreamBuilderStruct
fn clone(&self) -> AAudioStreamBuilderStruct
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for AAudioStreamBuilderStruct
impl Debug for AAudioStreamBuilderStruct
impl Copy for AAudioStreamBuilderStruct
Auto Trait Implementations§
impl Freeze for AAudioStreamBuilderStruct
impl RefUnwindSafe for AAudioStreamBuilderStruct
impl Send for AAudioStreamBuilderStruct
impl Sync for AAudioStreamBuilderStruct
impl Unpin for AAudioStreamBuilderStruct
impl UnwindSafe for AAudioStreamBuilderStruct
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