Struct qml::QMetaDefinition [] [src]

pub struct QMetaDefinition {
    pub name: &'static str,
    // some fields omitted
}

Fields

name: &'static str

Methods

impl QMetaDefinition
[src]

fn new(signals: Vec<(&str, i32, Vec<i32>)>, slots: Vec<(&str, i32, i32, Vec<i32>)>, name: &'static str) -> Self

Trait Implementations

impl Debug for QMetaDefinition
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.