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