object_get_class

Function object_get_class 

Source
pub unsafe fn object_get_class(obj: *const Object) -> Result<*const ObjectClass>
Expand description

ยงSafety

This function is unsafe because it may dereference raw pointers.