[−][src]Trait objc_foundation::INSMutableCopying
Associated Types
Loading content...Provided methods
fn mutable_copy(&self) -> Id<Self::Output>
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]
T: INSObject,
type Output = NSMutableSharedArray<T>
fn mutable_copy(&self) -> Id<Self::Output>
[src]
impl<T> INSMutableCopying for NSMutableArray<T, Shared> where
T: INSObject,
[src]
T: INSObject,