Trait objc2_foundation::INSMutableCopying[][src]

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

Associated Types

Provided methods

Implementors