[][src]Trait uikit_sys::NSDictionary_NSGenericFastEnumeraiton

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

Provided methods

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

Loading content...

Implementors

impl<K: 'static, V: 'static> NSDictionary_NSGenericFastEnumeraiton<K, V> for NSDictionary[src]

impl<K: 'static, V: 'static> NSDictionary_NSGenericFastEnumeraiton<K, V> for NSMutableDictionary[src]

Loading content...