Struct wolfram_alpha::model::Rect [] [src]

pub struct Rect {
    pub left: u32,
    pub top: u32,
    pub right: u32,
    pub bottom: u32,
    pub query: String,
    pub assumptions: String,
    pub title: String,
}

A rectangular section of an HTML image map.

Fields

Trait Implementations

impl PartialEq for Rect
[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 Rect
[src]

impl Debug for Rect
[src]

[src]

Formats the value using the given formatter.

impl Clone for Rect
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more