[][src]Trait uikit_sys::NSMutableSet_NSMutableSetCreation

pub trait NSMutableSet_NSMutableSetCreation<ObjectType>: Sized + Deref {
    unsafe fn setWithCapacity_(numItems: NSUInteger) -> instancetype
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn setWithCapacity_(numItems: NSUInteger) -> instancetype where
    Self::Target: Message + Sized

Loading content...

Implementors

impl<ObjectType: 'static> NSMutableSet_NSMutableSetCreation<ObjectType> for NSCountedSet[src]

impl<ObjectType: 'static> NSMutableSet_NSMutableSetCreation<ObjectType> for NSMutableSet[src]

Loading content...