pub struct MediaElementAudioSourceOptions<'a> {
pub media_element: &'a mut MediaElement,
}
Expand description
Options for constructing a MediaElementAudioSourceNode
Fields
media_element: &'a mut MediaElement
Auto Trait Implementations
impl<'a> !RefUnwindSafe for MediaElementAudioSourceOptions<'a>
impl<'a> Send for MediaElementAudioSourceOptions<'a>
impl<'a> !Sync for MediaElementAudioSourceOptions<'a>
impl<'a> Unpin for MediaElementAudioSourceOptions<'a>
impl<'a> !UnwindSafe for MediaElementAudioSourceOptions<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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