Struct MacTypes_sys::Rect [] [src]

pub struct Rect {
    pub top: c_short,
    pub left: c_short,
    pub bottom: c_short,
    pub right: c_short,
}

Fields

Trait Implementations

impl Clone for Rect
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Rect
[src]

impl Debug for Rect
[src]

Formats the value using the given formatter.

impl Default for Rect
[src]

Returns the "default value" for a type. Read more

impl Eq for Rect
[src]

impl Hash for Rect
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl PartialEq for Rect
[src]

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

This method tests for !=.