Struct pango_sys::PangoAttrFloat[][src]

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

Fields

Trait Implementations

impl Copy for PangoAttrFloat
[src]

impl Clone for PangoAttrFloat
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PangoAttrFloat
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for PangoAttrFloat

impl !Sync for PangoAttrFloat