[][src]Trait uikit_sys::INSAttributedString

pub trait INSAttributedString: Sized + Deref {
    unsafe fn attributesAtIndex_effectiveRange_(
        self,
        location: NSUInteger,
        range: NSRangePointer
    ) -> NSDictionary
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn string(self) -> NSString
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn attributesAtIndex_effectiveRange_(
    self,
    location: NSUInteger,
    range: NSRangePointer
) -> NSDictionary where
    Self::Target: Message + Sized

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

Loading content...

Implementors

impl INSAttributedString for NSAttributedString[src]

impl INSAttributedString for NSMutableAttributedString[src]

impl INSAttributedString for NSTextStorage[src]

Loading content...