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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for RectangleInt
[src]

impl Debug for RectangleInt
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for RectangleInt
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for RectangleInt
[src]

impl Hash for RectangleInt
[src]

[src]

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

1.3.0
[src]

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

Auto Trait Implementations

impl Send for RectangleInt

impl Sync for RectangleInt