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
x: i32
y: i32
width: i32
height: i32
Trait Implementations
impl Clone for cairo_rectangle_int_t[src]
impl Clone for cairo_rectangle_int_tfn clone(&self) -> cairo_rectangle_int_t[src]
fn clone(&self) -> cairo_rectangle_int_tReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for cairo_rectangle_int_t[src]
impl Copy for cairo_rectangle_int_timpl Debug for cairo_rectangle_int_t[src]
impl Debug for cairo_rectangle_int_tfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Eq for cairo_rectangle_int_t[src]
impl Eq for cairo_rectangle_int_timpl PartialEq for cairo_rectangle_int_t[src]
impl PartialEq for cairo_rectangle_int_tfn eq(&self, other: &cairo_rectangle_int_t) -> bool[src]
fn eq(&self, other: &cairo_rectangle_int_t) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &cairo_rectangle_int_t) -> bool[src]
fn ne(&self, other: &cairo_rectangle_int_t) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for cairo_rectangle_int_t
impl Send for cairo_rectangle_int_timpl Sync for cairo_rectangle_int_t
impl Sync for cairo_rectangle_int_t