[][src]Trait uikit_sys::INSTextAttachment

pub trait INSTextAttachment: Sized + Deref {
    unsafe fn initWithData_ofType_(
        self,
        contentData: NSData,
        uti: NSString
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn contents(self) -> NSData
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setContents_(self, contents: NSData)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn fileType(self) -> NSString
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setFileType_(self, fileType: NSString)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn image(self) -> UIImage
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setImage_(self, image: UIImage)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn bounds(self) -> CGRect
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setBounds_(self, bounds: CGRect)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn fileWrapper(self) -> NSFileWrapper
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setFileWrapper_(self, fileWrapper: NSFileWrapper)
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn initWithData_ofType_(
    self,
    contentData: NSData,
    uti: NSString
) -> instancetype where
    Self::Target: Message + Sized

unsafe fn contents(self) -> NSData where
    Self::Target: Message + Sized

unsafe fn setContents_(self, contents: NSData) where
    Self::Target: Message + Sized

unsafe fn fileType(self) -> NSString where
    Self::Target: Message + Sized

unsafe fn setFileType_(self, fileType: NSString) where
    Self::Target: Message + Sized

unsafe fn image(self) -> UIImage where
    Self::Target: Message + Sized

unsafe fn setImage_(self, image: UIImage) where
    Self::Target: Message + Sized

unsafe fn bounds(self) -> CGRect where
    Self::Target: Message + Sized

unsafe fn setBounds_(self, bounds: CGRect) where
    Self::Target: Message + Sized

unsafe fn fileWrapper(self) -> NSFileWrapper where
    Self::Target: Message + Sized

unsafe fn setFileWrapper_(self, fileWrapper: NSFileWrapper) where
    Self::Target: Message + Sized

Loading content...

Implementors

impl INSTextAttachment for NSTextAttachment[src]

Loading content...