[][src]Trait uikit_sys::PNSFastEnumeration

pub trait PNSFastEnumeration: Sized + Deref {
    unsafe fn countByEnumeratingWithState_objects_count_(
        self,
        state: *mut NSFastEnumerationState,
        buffer: *mut id,
        len: NSUInteger
    ) -> NSUInteger
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn countByEnumeratingWithState_objects_count_(
    self,
    state: *mut NSFastEnumerationState,
    buffer: *mut id,
    len: NSUInteger
) -> NSUInteger where
    Self::Target: Message + Sized

Loading content...

Implementors

impl PNSFastEnumeration for NSArray[src]

impl PNSFastEnumeration for NSDictionary[src]

impl PNSFastEnumeration for NSEnumerator[src]

impl PNSFastEnumeration for NSHashTable[src]

impl PNSFastEnumeration for NSMapTable[src]

impl PNSFastEnumeration for NSOrderedCollectionDifference[src]

impl PNSFastEnumeration for NSOrderedSet[src]

impl PNSFastEnumeration for NSPointerArray[src]

impl PNSFastEnumeration for NSSet[src]

Loading content...