Struct cairo::Rectangle []

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

Fields

Trait Implementations

impl PartialEq<cairo_rectangle_t> for cairo_rectangle_t

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

This method tests for !=.

impl Copy for cairo_rectangle_t

impl Clone for cairo_rectangle_t

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for cairo_rectangle_t

Formats the value using the given formatter.