Struct pango_sys::PangoAttrColor [−][src]
#[repr(C)]pub struct PangoAttrColor { pub attr: PangoAttribute, pub color: PangoColor, }
Fields
attr: PangoAttribute
color: PangoColor
Trait Implementations
impl Copy for PangoAttrColor
[src]
impl Copy for PangoAttrColor
impl Clone for PangoAttrColor
[src]
impl Clone for PangoAttrColor
fn clone(&self) -> PangoAttrColor
[src]
fn clone(&self) -> PangoAttrColor
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for PangoAttrColor
[src]
impl Debug for PangoAttrColor
Auto Trait Implementations
impl !Send for PangoAttrColor
impl !Send for PangoAttrColor
impl !Sync for PangoAttrColor
impl !Sync for PangoAttrColor