Struct pango_sys::PangoAttrLanguage
source · #[repr(C)]pub struct PangoAttrLanguage {
pub attr: PangoAttribute,
pub value: *mut PangoLanguage,
}
Fields§
§attr: PangoAttribute
§value: *mut PangoLanguage
Trait Implementations§
source§impl Clone for PangoAttrLanguage
impl Clone for PangoAttrLanguage
source§fn clone(&self) -> PangoAttrLanguage
fn clone(&self) -> PangoAttrLanguage
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