Struct cairo::RectangleInt
[−]
[src]
#[repr(C)]pub struct RectangleInt { 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 RectangleInt
[src]
fn clone(&self) -> RectangleInt
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl Copy for RectangleInt
[src]
impl Debug for RectangleInt
[src]
impl PartialEq for RectangleInt
[src]
fn eq(&self, __arg_0: &RectangleInt) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &RectangleInt) -> bool
This method tests for !=
.