Function panda_sys::object_get_class[][src]

pub unsafe extern "C" fn object_get_class(
    obj: *mut Object
) -> *mut ObjectClass
Expand description

object_get_class: @obj: A derivative of #Object

Returns: The #ObjectClass of the type associated with @obj.