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
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_int_t
impl Send for cairo_rectangle_int_t
impl Sync for cairo_rectangle_int_t
impl Unpin for cairo_rectangle_int_t
impl UnwindSafe for cairo_rectangle_int_t
Blanket Implementations
Mutably borrows from an owned value. Read more