Struct pangocairo_sys::Struct__cairo_rectangle_int [] [src]

#[repr(C)]
pub struct Struct__cairo_rectangle_int { pub x: c_int, pub y: c_int, pub width: c_int, pub height: c_int, }

Fields

Trait Implementations

impl Copy for Struct__cairo_rectangle_int
[src]

impl Clone for Struct__cairo_rectangle_int
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct__cairo_rectangle_int
[src]

Returns the "default value" for a type. Read more