pub struct AndroidAudioStreamSourceGenerator;
Implementations§
Trait Implementations§
source§impl Default for AndroidAudioStreamSourceGenerator
impl Default for AndroidAudioStreamSourceGenerator
source§fn default() -> AndroidAudioStreamSourceGenerator
fn default() -> AndroidAudioStreamSourceGenerator
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for AndroidAudioStreamSourceGenerator
impl Send for AndroidAudioStreamSourceGenerator
impl Sync for AndroidAudioStreamSourceGenerator
impl Unpin for AndroidAudioStreamSourceGenerator
impl UnwindSafe for AndroidAudioStreamSourceGenerator
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