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
Auto Trait Implementations
impl RefUnwindSafe for PangoAttrFontDesc
impl !Send for PangoAttrFontDesc
impl !Sync for PangoAttrFontDesc
impl Unpin for PangoAttrFontDesc
impl UnwindSafe for PangoAttrFontDesc
Blanket Implementations
Mutably borrows from an owned value. Read more