Struct pango_sys::PangoAttrInt
source · [−]#[repr(C)]pub struct PangoAttrInt {
pub attr: PangoAttribute,
pub value: c_int,
}Fields
attr: PangoAttributevalue: c_intTrait 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