Struct pango_sys::PangoAttrFloat
source · #[repr(C)]pub struct PangoAttrFloat {
pub attr: PangoAttribute,
pub value: c_double,
}
Fields§
§attr: PangoAttribute
§value: c_double
Trait Implementations§
source§impl Clone for PangoAttrFloat
impl Clone for PangoAttrFloat
source§fn clone(&self) -> PangoAttrFloat
fn clone(&self) -> PangoAttrFloat
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more