Struct pangocairo_sys::Struct__cairo_rectangle [] [src]

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

Fields

Trait Implementations

impl Copy for Struct__cairo_rectangle
[src]

impl Clone for Struct__cairo_rectangle
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct__cairo_rectangle
[src]

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