Struct pango_sys::PangoAttrInt
source · #[repr(C)]pub struct PangoAttrInt {
pub attr: PangoAttribute,
pub value: c_int,
}
Fields§
§attr: PangoAttribute
§value: c_int
Trait Implementations§
source§impl Clone for PangoAttrInt
impl Clone for PangoAttrInt
source§fn clone(&self) -> PangoAttrInt
fn clone(&self) -> PangoAttrInt
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