Struct pango_sys::PangoAttrFontDesc [−][src]
#[repr(C)]pub struct PangoAttrFontDesc { pub attr: PangoAttribute, pub desc: *mut PangoFontDescription, }
Fields
attr: PangoAttributedesc: *mut PangoFontDescriptionTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PangoAttrFontDescimpl !Send for PangoAttrFontDescimpl !Sync for PangoAttrFontDescimpl Unpin for PangoAttrFontDescimpl UnwindSafe for PangoAttrFontDescBlanket Implementations
Mutably borrows from an owned value. Read more