Trait glib::boxed::BoxedMemoryManager [−][src]
Memory management functions for a boxed type.
Required methods
unsafe fn copy(ptr: *const T) -> *mut T
[src]
Makes a copy.
unsafe fn free(ptr: *mut T)
[src]
Frees the object.