Trait glib::shared::SharedMemoryManager
[−]
[src]
pub trait SharedMemoryManager<T> { unsafe fn ref_(ptr: *mut T); unsafe fn unref(ptr: *mut T); }