Struct pango_sys::PangoScriptForLang[][src]

#[repr(C)]
pub struct PangoScriptForLang { pub lang: [c_char; 7], pub scripts: [PangoScript; 3], }

Fields

Trait Implementations

impl Copy for PangoScriptForLang
[src]

impl Clone for PangoScriptForLang
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PangoScriptForLang
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for PangoScriptForLang

impl Sync for PangoScriptForLang