#[repr(C, align(8))]pub struct oboe_AudioStreamBuilder {
pub _bindgen_opaque_blob: [u64; 26],
}
Expand description
Factory class for an audio Stream.
Fields§
§_bindgen_opaque_blob: [u64; 26]
Implementations§
Source§impl oboe_AudioStreamBuilder
impl oboe_AudioStreamBuilder
pub unsafe fn isAAudioSupported() -> bool
pub unsafe fn isAAudioRecommended() -> bool
Trait Implementations§
Source§impl Clone for oboe_AudioStreamBuilder
impl Clone for oboe_AudioStreamBuilder
Source§fn clone(&self) -> oboe_AudioStreamBuilder
fn clone(&self) -> oboe_AudioStreamBuilder
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 oboe_AudioStreamBuilder
impl Debug for oboe_AudioStreamBuilder
impl Copy for oboe_AudioStreamBuilder
Auto Trait Implementations§
impl Freeze for oboe_AudioStreamBuilder
impl RefUnwindSafe for oboe_AudioStreamBuilder
impl Send for oboe_AudioStreamBuilder
impl Sync for oboe_AudioStreamBuilder
impl Unpin for oboe_AudioStreamBuilder
impl UnwindSafe for oboe_AudioStreamBuilder
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