Struct pango_sys::PangoAttrSize [−][src]
#[repr(C)]pub struct PangoAttrSize { pub attr: PangoAttribute, pub size: c_int, pub absolute: c_uint, }
Fields
attr: PangoAttributesize: c_intabsolute: c_uintTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PangoAttrSizeimpl !Send for PangoAttrSizeimpl !Sync for PangoAttrSizeimpl Unpin for PangoAttrSizeimpl UnwindSafe for PangoAttrSizeBlanket Implementations
Mutably borrows from an owned value. Read more