NSCopyObject

Function NSCopyObject 

Source
pub unsafe extern "C-unwind" fn NSCopyObject(
    object: &AnyObject,
    extra_bytes: NSUInteger,
    zone: *mut NSZone,
) -> Retained<AnyObject>
๐Ÿ‘ŽDeprecated: Not supported
Available on crate features NSObject and NSZone only.
Expand description

ยงSafety

  • object should be of the correct type.
  • zone must be a valid pointer or null.