[][src]Trait uikit_sys::INSDirectoryEnumerator

pub trait INSDirectoryEnumerator<ObjectType>: Sized + Deref {
    unsafe fn skipDescendents(self)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn skipDescendants(self)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn fileAttributes(self) -> NSDictionary
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn directoryAttributes(self) -> NSDictionary
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn isEnumeratingDirectoryPostOrder(self) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn level(self) -> NSUInteger
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn skipDescendents(self) where
    Self::Target: Message + Sized

unsafe fn skipDescendants(self) where
    Self::Target: Message + Sized

unsafe fn fileAttributes(self) -> NSDictionary where
    Self::Target: Message + Sized

unsafe fn directoryAttributes(self) -> NSDictionary where
    Self::Target: Message + Sized

unsafe fn isEnumeratingDirectoryPostOrder(self) -> BOOL where
    Self::Target: Message + Sized

unsafe fn level(self) -> NSUInteger where
    Self::Target: Message + Sized

Loading content...

Implementors

impl<ObjectType: 'static> INSDirectoryEnumerator<ObjectType> for NSDirectoryEnumerator[src]

Loading content...