Struct MacTypes_sys::FixedRect [] [src]

pub struct FixedRect {
    pub top: Fixed,
    pub left: Fixed,
    pub bottom: Fixed,
    pub right: Fixed,
}

Fields

Trait Implementations

impl PartialEq for FixedRect
[src]

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

This method tests for !=.

impl Hash for FixedRect
[src]

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

Feeds a slice of this type into the state provided.

impl Eq for FixedRect
[src]

impl Default for FixedRect
[src]

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

impl Debug for FixedRect
[src]

Formats the value using the given formatter.

impl Copy for FixedRect
[src]

impl Clone for FixedRect
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more