[][src]Trait uikit_sys::NSOrderedSet_NSOrderedSetCreation

pub trait NSOrderedSet_NSOrderedSetCreation<ObjectType>: Sized + Deref {
    unsafe fn initWithObject_(self, object: u64) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn initWithObjects_(self, firstObj: u64) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn initWithOrderedSet_(self, set: NSOrderedSet) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn initWithOrderedSet_copyItems_(
        self,
        set: NSOrderedSet,
        flag: BOOL
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn initWithOrderedSet_range_copyItems_(
        self,
        set: NSOrderedSet,
        range: NSRange,
        flag: BOOL
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn initWithArray_(self, array: NSArray) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn initWithArray_copyItems_(
        self,
        set: NSArray,
        flag: BOOL
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn initWithArray_range_copyItems_(
        self,
        set: NSArray,
        range: NSRange,
        flag: BOOL
    ) -> 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 orderedSet() -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn orderedSetWithObject_(object: u64) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn orderedSetWithObjects_count_(
        objects: *mut u64,
        cnt: NSUInteger
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn orderedSetWithObjects_(firstObj: u64) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn orderedSetWithOrderedSet_(set: NSOrderedSet) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn orderedSetWithOrderedSet_range_copyItems_(
        set: NSOrderedSet,
        range: NSRange,
        flag: BOOL
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn orderedSetWithArray_(array: NSArray) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn orderedSetWithArray_range_copyItems_(
        array: NSArray,
        range: NSRange,
        flag: BOOL
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn orderedSetWithSet_(set: NSSet) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn orderedSetWithSet_copyItems_(
        set: NSSet,
        flag: BOOL
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

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

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

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

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

unsafe fn initWithOrderedSet_range_copyItems_(
    self,
    set: NSOrderedSet,
    range: NSRange,
    flag: BOOL
) -> instancetype where
    Self::Target: Message + Sized

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

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

unsafe fn initWithArray_range_copyItems_(
    self,
    set: NSArray,
    range: NSRange,
    flag: BOOL
) -> 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 orderedSet() -> instancetype where
    Self::Target: Message + Sized

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

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

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

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

unsafe fn orderedSetWithOrderedSet_range_copyItems_(
    set: NSOrderedSet,
    range: NSRange,
    flag: BOOL
) -> instancetype where
    Self::Target: Message + Sized

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

unsafe fn orderedSetWithArray_range_copyItems_(
    array: NSArray,
    range: NSRange,
    flag: BOOL
) -> instancetype where
    Self::Target: Message + Sized

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

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

Loading content...

Implementors

impl<ObjectType: 'static> NSOrderedSet_NSOrderedSetCreation<ObjectType> for NSMutableOrderedSet[src]

impl<ObjectType: 'static> NSOrderedSet_NSOrderedSetCreation<ObjectType> for NSOrderedSet[src]

Loading content...