Trait qmetaobject::QEnum[][src]

pub trait QEnum {
    fn static_meta_object() -> *const QMetaObject
    where
        Self: Sized
; }

Trait that is implemented by the QEnum custom derive macro

Do not implement this trait yourself, use #[derive(QEnum)].

Required methods

fn static_meta_object() -> *const QMetaObject where
    Self: Sized
[src]

Returns a pointer to a meta object

Loading content...

Implementors

Loading content...