Struct oboe_sys::oboe_AudioStreamBuilder
source · #[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 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