[−][src]Trait cocoa::foundation::NSArray
Required methods
unsafe fn init(self) -> *mut Object
unsafe fn count(self) -> u64
unsafe fn arrayByAddingObjectFromArray(self, object: *mut Object) -> *mut Object
unsafe fn arrayByAddingObjectsFromArray(
self,
objects: *mut Object
) -> *mut Object
self,
objects: *mut Object
) -> *mut Object
unsafe fn objectAtIndex(self, index: u64) -> *mut Object
Provided methods
unsafe fn array(Self) -> *mut Object
unsafe fn arrayWithObjects(Self, objects: &[*mut Object]) -> *mut Object
unsafe fn arrayWithObject(Self, object: *mut Object) -> *mut Object
Implementations on Foreign Types
impl NSArray for *mut Object[src]
unsafe fn init(self) -> *mut Object[src]
unsafe fn count(self) -> u64[src]
unsafe fn arrayByAddingObjectFromArray(self, object: *mut Object) -> *mut Object[src]
unsafe fn arrayByAddingObjectsFromArray(
self,
objects: *mut Object
) -> *mut Object[src]
self,
objects: *mut Object
) -> *mut Object