[][src]Trait uikit_sys::NSTextAttachment_UIImage

pub trait NSTextAttachment_UIImage: Sized + Deref {
    unsafe fn textAttachmentWithImage_(image: UIImage) -> NSTextAttachment
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

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

Loading content...

Implementors

impl NSTextAttachment_UIImage for NSTextAttachment[src]

Loading content...