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 PangoAttrColorimpl Clone for PangoAttrColor[src]
impl Clone for PangoAttrColorfn clone(&self) -> PangoAttrColor[src]
fn clone(&self) -> PangoAttrColorReturns 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 PangoAttrColorAuto Trait Implementations
impl !Send for PangoAttrColor
impl !Send for PangoAttrColorimpl !Sync for PangoAttrColor
impl !Sync for PangoAttrColor