Trait glib::shared::SharedMemoryManager[][src]

pub trait SharedMemoryManager<T> {
    unsafe fn ref_(ptr: *mut T);
unsafe fn unref(ptr: *mut T); }

Required methods

unsafe fn ref_(ptr: *mut T)[src]

unsafe fn unref(ptr: *mut T)[src]

Loading content...

Implementors

Loading content...