Trait pango::attribute::IsAttribute[][src]

pub unsafe trait IsAttribute: FromGlibPtrFull<*const PangoAttribute> + FromGlibPtrFull<*mut PangoAttribute> + AsRef<Attribute> + 'static {
    const ATTR_TYPES: &'static [AttrType];

    fn upcast(self) -> Attribute;
fn upcast_ref(&self) -> &Attribute; }

Associated Constants

Required methods

Implementors