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

Trait Implementations

impl PartialEq for Img
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Eq for Img
[src]

impl Debug for Img
[src]

[src]

Formats the value using the given formatter.

impl Clone for Img
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more