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
left: u32
top: u32
right: u32
bottom: u32
query: String
assumptions: String
title: String
Trait Implementations
impl PartialEq for Rect[src]
fn eq(&self, __arg_0: &Rect) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Rect) -> bool[src]
This method tests for !=.