Struct web_audio_api::node::MediaStreamAudioSourceOptions
source · [−]pub struct MediaStreamAudioSourceOptions<M> {
pub media_stream: M,
}
Expand description
Options for constructing a MediaStreamAudioSourceNode
Fields
media_stream: M
Auto Trait Implementations
impl<M> RefUnwindSafe for MediaStreamAudioSourceOptions<M> where
M: RefUnwindSafe,
impl<M> Send for MediaStreamAudioSourceOptions<M> where
M: Send,
impl<M> Sync for MediaStreamAudioSourceOptions<M> where
M: Sync,
impl<M> Unpin for MediaStreamAudioSourceOptions<M> where
M: Unpin,
impl<M> UnwindSafe for MediaStreamAudioSourceOptions<M> where
M: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more