Trait glib::wrapper::UnsafeFrom[][src]

pub trait UnsafeFrom<T> {
    unsafe fn from(t: T) -> Self;
}

Required Methods

Implementors