Trait glib::translate::IntoGlib[][src]

pub trait IntoGlib {
    type GlibType: Copy;
    fn into_glib(self) -> Self::GlibType;
}
Expand description

Translate a simple type.

Associated Types

Required methods

Implementations on Foreign Types

Implementors