pub trait IntoGlibPtr<P>where
P: Ptr,{
// Required method
unsafe fn into_glib_ptr(self) -> P;
}
Expand description
Translate to a pointer.
Required Methods§
unsafe fn into_glib_ptr(self) -> P
unsafe fn into_glib_ptr(self) -> P
Transfer: full.