object_check_type

Function object_check_type 

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

ยงSafety

This function is unsafe because it may dereference raw pointers.