Trait objc_foundation::INSMutableCopying [] [src]

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

Associated Types

Provided Methods

Implementors