Struct pango_sys::PangoAttrFontFeatures
source · #[repr(C)]pub struct PangoAttrFontFeatures {
pub attr: PangoAttribute,
pub features: *mut c_char,
}Fields§
§attr: PangoAttribute§features: *mut c_charTrait Implementations§
source§impl Clone for PangoAttrFontFeatures
impl Clone for PangoAttrFontFeatures
source§fn clone(&self) -> PangoAttrFontFeatures
fn clone(&self) -> PangoAttrFontFeatures
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more