Trait qmetaobject::qmetatype::PropertyType[][src]

pub trait PropertyType {
    fn register_type(name: &CStr) -> i32;
unsafe fn pass_to_qt(&mut self, a: *mut c_void);
unsafe fn read_from_qt(a: *const c_void) -> Self; }
Expand description

Internal trait used to pass or read the type in a Q_PROPERTY

Don’t implement this trait, implement the QMetaType trait.

Required methods

Implementations on Foreign Types

Implementors