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 GlibType: 'static
type of the Instance structure
type GlibClassType: 'static
type of the Class structure