[go: up one dir, main page]

Trait glib::wrapper::Wrapper

source ·
pub trait Wrapper {
    type GlibType: 'static;
    type GlibClassType: 'static;
}
Expand description

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

Required Associated Types

type of the Instance structure

type of the Class structure

Implementors