Struct cairo_sys::cairo_rectangle_t [−][src]
Fields
x: f64
y: f64
width: f64
height: f64
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for cairo_rectangle_t
impl Send for cairo_rectangle_t
impl Sync for cairo_rectangle_t
impl Unpin for cairo_rectangle_t
impl UnwindSafe for cairo_rectangle_t
Blanket Implementations
Mutably borrows from an owned value. Read more