Trait glib::translate::FromGlib[][src]

pub trait FromGlib<G: Copy>: Sized {
    unsafe fn from_glib(val: G) -> Self;
}
Expand description

Translate a simple type.

Required methods

Implementations on Foreign Types

Implementors