Struct pango_sys::PangoAttrInt [−][src]
#[repr(C)]pub struct PangoAttrInt { pub attr: PangoAttribute, pub value: c_int, }
Fields
attr: PangoAttribute
value: c_int
Trait Implementations
impl Copy for PangoAttrInt[src]
impl Copy for PangoAttrIntimpl Clone for PangoAttrInt[src]
impl Clone for PangoAttrIntfn clone(&self) -> PangoAttrInt[src]
fn clone(&self) -> PangoAttrIntReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for PangoAttrInt[src]
impl Debug for PangoAttrIntAuto Trait Implementations
impl !Send for PangoAttrInt
impl !Send for PangoAttrIntimpl !Sync for PangoAttrInt
impl !Sync for PangoAttrInt