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
Auto Trait Implementations
impl RefUnwindSafe for PangoAttrInt
impl !Send for PangoAttrInt
impl !Sync for PangoAttrInt
impl Unpin for PangoAttrInt
impl UnwindSafe for PangoAttrInt
Blanket Implementations
Mutably borrows from an owned value. Read more