[][src]Trait uikit_sys::NSAttributedString_NSAttributedStringDocumentFormats

pub trait NSAttributedString_NSAttributedStringDocumentFormats: Sized + Deref {
    unsafe fn initWithURL_options_documentAttributes_error_(
        self,
        url: NSURL,
        options: NSDictionary,
        dict: *mut NSDictionary,
        error: *mut NSError
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn initWithData_options_documentAttributes_error_(
        self,
        data: NSData,
        options: NSDictionary,
        dict: *mut NSDictionary,
        error: *mut NSError
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn dataFromRange_documentAttributes_error_(
        self,
        range: NSRange,
        dict: NSDictionary,
        error: *mut NSError
    ) -> NSData
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn fileWrapperFromRange_documentAttributes_error_(
        self,
        range: NSRange,
        dict: NSDictionary,
        error: *mut NSError
    ) -> NSFileWrapper
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn initWithURL_options_documentAttributes_error_(
    self,
    url: NSURL,
    options: NSDictionary,
    dict: *mut NSDictionary,
    error: *mut NSError
) -> instancetype where
    Self::Target: Message + Sized

unsafe fn initWithData_options_documentAttributes_error_(
    self,
    data: NSData,
    options: NSDictionary,
    dict: *mut NSDictionary,
    error: *mut NSError
) -> instancetype where
    Self::Target: Message + Sized

unsafe fn dataFromRange_documentAttributes_error_(
    self,
    range: NSRange,
    dict: NSDictionary,
    error: *mut NSError
) -> NSData where
    Self::Target: Message + Sized

unsafe fn fileWrapperFromRange_documentAttributes_error_(
    self,
    range: NSRange,
    dict: NSDictionary,
    error: *mut NSError
) -> NSFileWrapper where
    Self::Target: Message + Sized

Loading content...

Implementors

impl NSAttributedString_NSAttributedStringDocumentFormats for NSAttributedString[src]

impl NSAttributedString_NSAttributedStringDocumentFormats for NSMutableAttributedString[src]

impl NSAttributedString_NSAttributedStringDocumentFormats for NSTextStorage[src]

Loading content...