Struct pango_sys::PangoAttrFontFeatures [−][src]
#[repr(C)]pub struct PangoAttrFontFeatures { pub attr: PangoAttribute, pub features: *mut c_char, }
Fields
attr: PangoAttribute
features: *mut c_char
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PangoAttrFontFeatures
impl !Send for PangoAttrFontFeatures
impl !Sync for PangoAttrFontFeatures
impl Unpin for PangoAttrFontFeatures
impl UnwindSafe for PangoAttrFontFeatures
Blanket Implementations
Mutably borrows from an owned value. Read more