Struct cairo_sys::cairo_rectangle_t 
source · #[repr(C)]pub struct cairo_rectangle_t {
    pub x: f64,
    pub y: f64,
    pub width: f64,
    pub height: f64,
}Fields§
§x: f64§y: f64§width: f64§height: f64Trait Implementations§
source§impl Clone for cairo_rectangle_t
 
impl Clone for cairo_rectangle_t
source§fn clone(&self) -> cairo_rectangle_t
 
fn clone(&self) -> cairo_rectangle_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_t
 
impl Debug for cairo_rectangle_t
source§impl PartialEq for cairo_rectangle_t
 
impl PartialEq for cairo_rectangle_t
source§fn eq(&self, other: &cairo_rectangle_t) -> bool
 
fn eq(&self, other: &cairo_rectangle_t) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl Copy for cairo_rectangle_t
impl StructuralPartialEq for cairo_rectangle_t
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§
source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more