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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for PangoAttrColor
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for PangoAttrColor

impl !Sync for PangoAttrColor