[][src]Trait uikit_sys::NSSet_NSSetCreation

pub trait NSSet_NSSetCreation<ObjectType>: Sized + Deref {
    unsafe fn initWithObjects_(self, firstObj: u64) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn initWithSet_(self, set: NSSet) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn initWithSet_copyItems_(
        self,
        set: NSSet,
        flag: BOOL
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn initWithArray_(self, array: NSArray) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn set() -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setWithObject_(object: u64) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setWithObjects_count_(
        objects: *mut u64,
        cnt: NSUInteger
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setWithObjects_(firstObj: u64) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setWithSet_(set: NSSet) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setWithArray_(array: NSArray) -> instancetype
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn initWithObjects_(self, firstObj: u64) -> instancetype where
    Self::Target: Message + Sized

unsafe fn initWithSet_(self, set: NSSet) -> instancetype where
    Self::Target: Message + Sized

unsafe fn initWithSet_copyItems_(self, set: NSSet, flag: BOOL) -> instancetype where
    Self::Target: Message + Sized

unsafe fn initWithArray_(self, array: NSArray) -> instancetype where
    Self::Target: Message + Sized

unsafe fn set() -> instancetype where
    Self::Target: Message + Sized

unsafe fn setWithObject_(object: u64) -> instancetype where
    Self::Target: Message + Sized

unsafe fn setWithObjects_count_(
    objects: *mut u64,
    cnt: NSUInteger
) -> instancetype where
    Self::Target: Message + Sized

unsafe fn setWithObjects_(firstObj: u64) -> instancetype where
    Self::Target: Message + Sized

unsafe fn setWithSet_(set: NSSet) -> instancetype where
    Self::Target: Message + Sized

unsafe fn setWithArray_(array: NSArray) -> instancetype where
    Self::Target: Message + Sized

Loading content...

Implementors

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

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

impl<ObjectType: 'static> NSSet_NSSetCreation<ObjectType> for NSSet[src]

Loading content...