Struct cairo::RectangleInt[][src]

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

Fields

Methods

impl RectangleInt
[src]

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. Read more

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

impl StaticType for RectangleInt
[src]

Returns the type identifier of Self.

impl<'a> FromValueOptional<'a> for RectangleInt
[src]

impl SetValue for RectangleInt
[src]

impl SetValueOptional for RectangleInt
[src]

Auto Trait Implementations