object_remove_state

Function object_remove_state 

Source
pub unsafe fn object_remove_state(obj: *mut Object, state: State) -> Result<()>
Expand description

ยงSafety

This function is unsafe because it may dereference raw pointers.