Struct pango_sys::PangoAttrInt [−][src]
#[repr(C)]pub struct PangoAttrInt { pub attr: PangoAttribute, pub value: c_int, }
Fields
attr: PangoAttributevalue: c_intTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PangoAttrIntimpl !Send for PangoAttrIntimpl !Sync for PangoAttrIntimpl Unpin for PangoAttrIntimpl UnwindSafe for PangoAttrIntBlanket Implementations
Mutably borrows from an owned value. Read more