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