Struct pango_sys::PangoAttrInt [] [src]

#[repr(C)]
pub struct PangoAttrInt { pub attr: PangoAttribute, pub value: c_int, }

Fields

Trait Implementations

impl Copy for PangoAttrInt
[src]

impl Clone for PangoAttrInt
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for PangoAttrInt
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for PangoAttrInt

impl !Sync for PangoAttrInt