Struct pango_sys::PangoAttrShape[][src]

#[repr(C)]
pub struct PangoAttrShape { pub attr: PangoAttribute, pub ink_rect: PangoRectangle, pub logical_rect: PangoRectangle, pub data: gpointer, pub copy_func: PangoAttrDataCopyFunc, pub destroy_func: GDestroyNotify, }

Fields

Trait Implementations

impl Copy for PangoAttrShape
[src]

impl Clone for PangoAttrShape
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PangoAttrShape
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for PangoAttrShape

impl !Sync for PangoAttrShape