[][src]Trait objc_foundation::INSMutableCopying

pub trait INSMutableCopying: INSObject {
    type Output: INSObject;
    fn mutable_copy(&self) -> Id<Self::Output> { ... }
}

Associated Types

type Output: INSObject

Loading content...

Provided methods

fn mutable_copy(&self) -> Id<Self::Output>

Loading content...

Implementors

impl INSMutableCopying for NSData[src]

type Output = NSMutableData

fn mutable_copy(&self) -> Id<Self::Output>[src]

impl INSMutableCopying for NSMutableData[src]

type Output = NSMutableData

fn mutable_copy(&self) -> Id<Self::Output>[src]

impl<T> INSMutableCopying for NSArray<T, Shared> where
    T: INSObject
[src]

impl<T> INSMutableCopying for NSMutableArray<T, Shared> where
    T: INSObject
[src]

Loading content...