pub struct img;Expand description
HTML <img> element - Embeds an image into the document
Example:
<img src="image.jpg" alt="Description of image">
Trait Implementations§
Auto Trait Implementations§
impl Freeze for img
impl RefUnwindSafe for img
impl Send for img
impl Sync for img
impl Unpin for img
impl UnwindSafe for img
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