pub unsafe extern "C" fn object_get_class(
obj: *mut Object,
) -> *mut ObjectClassExpand description
object_get_class: @obj: A derivative of #Object
Returns: The #ObjectClass of the type associated with @obj.
pub unsafe extern "C" fn object_get_class(
obj: *mut Object,
) -> *mut ObjectClassobject_get_class: @obj: A derivative of #Object
Returns: The #ObjectClass of the type associated with @obj.