Struct cairo_sys::cairo_rectangle_t [] [src]

pub struct cairo_rectangle_t {
    pub x: f64,
    pub y: f64,
    pub width: f64,
    pub height: f64,
}

Fields

Trait Implementations

impl Clone for cairo_rectangle_t
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Copy for cairo_rectangle_t
[src]

impl Debug for cairo_rectangle_t
[src]

[]

Formats the value using the given formatter.

impl PartialEq for cairo_rectangle_t
[src]

[]

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

[]

This method tests for !=.