Trait glib::wrapper::Wrapper[][src]

pub trait Wrapper {
    type GlibType: 'static;
    type GlibClassType: 'static;
}

Represents a pair of structures (instance, class) as exposed by descendants of GObject

Associated Types

type of the Instance structure

type of the Class structure

Implementors