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
impl Copy for PangoAttrFontFeatures[src]
impl Copy for PangoAttrFontFeaturesimpl Clone for PangoAttrFontFeatures[src]
impl Clone for PangoAttrFontFeaturesfn clone(&self) -> PangoAttrFontFeatures[src]
fn clone(&self) -> PangoAttrFontFeaturesReturns 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 PangoAttrFontFeatures[src]
impl Debug for PangoAttrFontFeaturesAuto Trait Implementations
impl !Send for PangoAttrFontFeatures
impl !Send for PangoAttrFontFeaturesimpl !Sync for PangoAttrFontFeatures
impl !Sync for PangoAttrFontFeatures