object_has_state

Function object_has_state 

Source
pub unsafe fn object_has_state(obj: *const Object, state: State) -> Result<bool>
Expand description

ยงSafety

This function is unsafe because it may dereference raw pointers.