[][src]Trait uikit_sys::INSFileAccessIntent

pub trait INSFileAccessIntent: Sized + Deref {
    unsafe fn URL(self) -> NSURL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn readingIntentWithURL_options_(
        url: NSURL,
        options: NSFileCoordinatorReadingOptions
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn writingIntentWithURL_options_(
        url: NSURL,
        options: NSFileCoordinatorWritingOptions
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn URL(self) -> NSURL where
    Self::Target: Message + Sized

unsafe fn readingIntentWithURL_options_(
    url: NSURL,
    options: NSFileCoordinatorReadingOptions
) -> instancetype where
    Self::Target: Message + Sized

unsafe fn writingIntentWithURL_options_(
    url: NSURL,
    options: NSFileCoordinatorWritingOptions
) -> instancetype where
    Self::Target: Message + Sized

Loading content...

Implementors

impl INSFileAccessIntent for NSFileAccessIntent[src]

Loading content...