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