object_has_flag

Function object_has_flag 

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

ยงSafety

This function is unsafe because it may dereference raw pointers.