Struct cairo_sys::cairo_rectangle_int_t
source · #[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§
source§impl Clone for cairo_rectangle_int_t
impl Clone for cairo_rectangle_int_t
source§fn clone(&self) -> cairo_rectangle_int_t
fn clone(&self) -> cairo_rectangle_int_t
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for cairo_rectangle_int_t
impl Debug for cairo_rectangle_int_t
source§impl PartialEq<cairo_rectangle_int_t> for cairo_rectangle_int_t
impl PartialEq<cairo_rectangle_int_t> for cairo_rectangle_int_t
source§fn eq(&self, other: &cairo_rectangle_int_t) -> bool
fn eq(&self, other: &cairo_rectangle_int_t) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.