pub struct MediaElementAudioSourceOptions<'a> {
pub media_element: &'a mut MediaElement,
}
Expand description
Options for constructing a MediaElementAudioSourceNode
Fields§
§media_element: &'a mut MediaElement
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for MediaElementAudioSourceOptions<'a>
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§
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