Struct wolfram_alpha::model::Img
[−]
[src]
pub struct Img { pub src: Url, pub width: u32, pub height: u32, }
An HTML img element suitable for direct inclusion in a web page.
Fields
src: Url
width: u32
height: u32
Trait Implementations
impl PartialEq for Img
[src]
fn eq(&self, __arg_0: &Img) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &Img) -> bool
[src]
This method tests for !=
.