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: i32y: i32width: i32height: i32Trait Implementations
sourceimpl Clone for cairo_rectangle_int_t
impl Clone for cairo_rectangle_int_t
sourcefn clone(&self) -> cairo_rectangle_int_t
fn clone(&self) -> cairo_rectangle_int_t
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for cairo_rectangle_int_t
impl Debug for cairo_rectangle_int_t
sourceimpl PartialEq<cairo_rectangle_int_t> for cairo_rectangle_int_t
impl PartialEq<cairo_rectangle_int_t> for cairo_rectangle_int_t
sourcefn 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 ==. Read more
impl Copy for cairo_rectangle_int_t
impl Eq for cairo_rectangle_int_t
impl StructuralEq for cairo_rectangle_int_t
impl StructuralPartialEq for cairo_rectangle_int_t
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more