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 Copy for PangoAttrFontDescimpl Clone for PangoAttrFontDesc[src]
impl Clone for PangoAttrFontDescfn clone(&self) -> PangoAttrFontDesc[src]
fn clone(&self) -> PangoAttrFontDescReturns 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 PangoAttrFontDesc[src]
impl Debug for PangoAttrFontDescAuto Trait Implementations
impl !Send for PangoAttrFontDesc
impl !Send for PangoAttrFontDescimpl !Sync for PangoAttrFontDesc
impl !Sync for PangoAttrFontDesc