object_has_flag_any

Function object_has_flag_any 

Source
pub unsafe fn object_has_flag_any(
    obj: *const Object,
    f: ObjectFlag,
) -> Result<bool>
Expand description

ยงSafety

This function is unsafe because it may dereference raw pointers.