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 PangoAttrFontDesc
impl Clone for PangoAttrFontDesc
[src]
impl Clone for PangoAttrFontDesc
fn clone(&self) -> PangoAttrFontDesc
[src]
fn clone(&self) -> PangoAttrFontDesc
Returns 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 PangoAttrFontDesc
Auto Trait Implementations
impl !Send for PangoAttrFontDesc
impl !Send for PangoAttrFontDesc
impl !Sync for PangoAttrFontDesc
impl !Sync for PangoAttrFontDesc