Struct MacTypes_sys::FixedRect [] [src]

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

Fields

Trait Implementations

impl Clone for FixedRect
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for FixedRect
[src]

impl Debug for FixedRect
[src]

Formats the value using the given formatter.

impl Default for FixedRect
[src]

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

impl Eq for FixedRect
[src]

impl Hash for FixedRect
[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 FixedRect
[src]

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

This method tests for !=.