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