Struct cairo::RectangleInt [] [src]

#[repr(C)]
pub struct RectangleInt { pub x: i32, pub y: i32, pub width: i32, pub height: i32, }

Fields

Trait Implementations

impl Clone for RectangleInt
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for RectangleInt
[src]

impl Debug for RectangleInt
[src]

Formats the value using the given formatter.

impl PartialEq for RectangleInt
[src]

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

This method tests for !=.

impl Eq for RectangleInt
[src]

impl Hash for RectangleInt
[src]

Feeds this value into the given [Hasher]. Read more

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