pub trait IntoGlibPtr<P: Ptr> {
    unsafe fn into_glib_ptr(self) -> P;
}
Expand description

Translate to a pointer.

Required Methods§

Transfer: full.

Implementors§