Struct pango_sys::PangoAttrColor[][src]

#[repr(C)]
pub struct PangoAttrColor { pub attr: PangoAttribute, pub color: PangoColor, }

Fields

Trait Implementations

impl Copy for PangoAttrColor
[src]

impl Clone for PangoAttrColor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PangoAttrColor
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for PangoAttrColor

impl !Sync for PangoAttrColor