#[repr(C, align(4))]pub struct oboe_AudioStreamBuilder {
pub _bindgen_opaque_blob: [u32; 38],
}
Expand description
Factory class for an audio Stream.
Fields§
§_bindgen_opaque_blob: [u32; 38]
Implementations§
Source§impl oboe_AudioStreamBuilder
impl oboe_AudioStreamBuilder
pub unsafe fn isAAudioSupported() -> bool
pub unsafe fn isAAudioRecommended() -> bool
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