object_has_class

Function object_has_class 

Source
pub unsafe fn object_has_class(
    obj: *const Object,
    class_p: *const ObjectClass,
) -> Result<bool>
Expand description

ยงSafety

This function is unsafe because it may dereference raw pointers.