Struct MacTypes_sys::Rect [] [src]

#[repr(C)]
pub struct Rect { pub top: c_short, pub left: c_short, pub bottom: c_short, pub right: c_short, }

Rectangular Quickdraw area.

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 given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

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 !=.