Struct cairo_sys::cairo_rectangle_int_t[][src]

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

Fields

Trait Implementations

impl Clone for cairo_rectangle_int_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for cairo_rectangle_int_t
[src]

impl Debug for cairo_rectangle_int_t
[src]

Formats the value using the given formatter. Read more

impl Eq for cairo_rectangle_int_t
[src]

impl PartialEq for cairo_rectangle_int_t
[src]

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

This method tests for !=.

Auto Trait Implementations