Struct pango_sys::PangoAttrFontDesc
source · #[repr(C)]pub struct PangoAttrFontDesc {
pub attr: PangoAttribute,
pub desc: *mut PangoFontDescription,
}
Fields§
§attr: PangoAttribute
§desc: *mut PangoFontDescription
Trait Implementations§
source§impl Clone for PangoAttrFontDesc
impl Clone for PangoAttrFontDesc
source§fn clone(&self) -> PangoAttrFontDesc
fn clone(&self) -> PangoAttrFontDesc
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