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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for PangoAttrFloat
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for PangoAttrFloat

impl !Sync for PangoAttrFloat