Trait pango::IsAttribute

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

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

Required Associated Constants§

source

const ATTR_TYPES: &'static [AttrType]

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§