Struct cairo::Rectangle [] [src]

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

Fields

Trait Implementations

impl Copy for cairo_rectangle_t
[src]

impl PartialEq<cairo_rectangle_t> 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 !=.

impl Debug for cairo_rectangle_t
[src]

Formats the value using the given formatter.

impl Clone for cairo_rectangle_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more