[][src]Trait uikit_sys::PNSMutableCopying

pub trait PNSMutableCopying: Sized + Deref {
    unsafe fn mutableCopyWithZone_(self, zone: *mut NSZone) -> id
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn mutableCopyWithZone_(self, zone: *mut NSZone) -> id where
    Self::Target: Message + Sized

Loading content...

Implementors

impl PNSMutableCopying for NSArray[src]

impl PNSMutableCopying for NSAttributedString[src]

impl PNSMutableCopying for NSCharacterSet[src]

impl PNSMutableCopying for NSData[src]

impl PNSMutableCopying for NSDictionary[src]

impl PNSMutableCopying for NSIndexSet[src]

impl PNSMutableCopying for NSMutableCharacterSet[src]

impl PNSMutableCopying for NSOrderedSet[src]

impl PNSMutableCopying for NSParagraphStyle[src]

impl PNSMutableCopying for NSSet[src]

impl PNSMutableCopying for NSString[src]

impl PNSMutableCopying for NSURLRequest[src]

impl PNSMutableCopying for UIApplicationShortcutItem[src]

impl PNSMutableCopying for UIUserNotificationAction[src]

impl PNSMutableCopying for UIUserNotificationCategory[src]

Loading content...