Struct pangocairo_sys::Struct__PangoRectangle [] [src]

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

Fields

Trait Implementations

impl Copy for Struct__PangoRectangle
[src]

impl Clone for Struct__PangoRectangle
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct__PangoRectangle
[src]

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