Trait objc2_foundation::INSMutableCopying[][src]

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

TODO

Note that the mutableCopy selector must return an owned object!

Associated Types

Provided methods

Implementors