[][src]Trait uikit_sys::NSArray_NSArrayCreation

pub trait NSArray_NSArrayCreation<ObjectType>: Sized + Deref {
    unsafe fn initWithObjects_(self, firstObj: u64) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn initWithArray_(self, array: NSArray) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn initWithArray_copyItems_(
        self,
        array: NSArray,
        flag: BOOL
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn initWithContentsOfURL_error_(
        self,
        url: NSURL,
        error: *mut NSError
    ) -> NSArray
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn array() -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn arrayWithObject_(anObject: u64) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn arrayWithObjects_count_(
        objects: *mut u64,
        cnt: NSUInteger
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn arrayWithObjects_(firstObj: u64) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn arrayWithArray_(array: NSArray) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn arrayWithContentsOfURL_error_(
        url: NSURL,
        error: *mut NSError
    ) -> NSArray
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

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

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

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

unsafe fn initWithContentsOfURL_error_(
    self,
    url: NSURL,
    error: *mut NSError
) -> NSArray where
    Self::Target: Message + Sized

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

unsafe fn arrayWithObject_(anObject: u64) -> instancetype where
    Self::Target: Message + Sized

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

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

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

unsafe fn arrayWithContentsOfURL_error_(
    url: NSURL,
    error: *mut NSError
) -> NSArray where
    Self::Target: Message + Sized

Loading content...

Implementors

impl<ObjectType: 'static> NSArray_NSArrayCreation<ObjectType> for NSArray[src]

impl<ObjectType: 'static> NSArray_NSArrayCreation<ObjectType> for NSMutableArray[src]

Loading content...