pub struct Video(/* private fields */);Trait Implementations§
Source§impl DomElement for Video
impl DomElement for Video
type Target = HtmlVideoElement
fn dom_element(&self) -> Self::Target
Auto Trait Implementations§
impl Freeze for Video
impl !RefUnwindSafe for Video
impl !Send for Video
impl !Sync for Video
impl Unpin for Video
impl !UnwindSafe for Video
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