Trait glib::translate::FromGlibPtrBorrow [] [src]

pub trait FromGlibPtrBorrow<P: Ptr>: Sized {
    unsafe fn from_glib_borrow(_ptr: P) -> Self { ... }
}

Translate from a pointer type by borrowing. Don't increase the refcount

Provided Methods

Implementors