Struct pango_sys::PangoAttrInt[][src]

#[repr(C)]
pub struct PangoAttrInt { pub attr: PangoAttribute, pub value: c_int, }

Fields

Trait Implementations

impl Copy for PangoAttrInt
[src]

impl Clone for PangoAttrInt
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PangoAttrInt
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for PangoAttrInt

impl !Sync for PangoAttrInt