NSIsFreedObject

Function NSIsFreedObject 

Source
pub unsafe extern "C-unwind" fn NSIsFreedObject(
    an_object: Option<&AnyObject>,
) -> bool
Available on crate feature NSDebug only.
Expand description

ยงSafety

  • an_object should be of the correct type.
  • an_object might not allow None.