Struct pango_sys::PangoAttribute[][src]

#[repr(C)]
pub struct PangoAttribute { pub klass: *const PangoAttrClass, pub start_index: c_uint, pub end_index: c_uint, }

Fields

Trait Implementations

impl Copy for PangoAttribute
[src]

impl Clone for PangoAttribute
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PangoAttribute
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for PangoAttribute

impl !Sync for PangoAttribute