[][src]Trait uikit_sys::NSAttributedString_NSStringDrawing

pub trait NSAttributedString_NSStringDrawing: Sized + Deref {
    unsafe fn size(self) -> CGSize
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn drawAtPoint_(self, point: CGPoint)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn drawInRect_(self, rect: CGRect)
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn size(self) -> CGSize where
    Self::Target: Message + Sized

unsafe fn drawAtPoint_(self, point: CGPoint) where
    Self::Target: Message + Sized

unsafe fn drawInRect_(self, rect: CGRect) where
    Self::Target: Message + Sized

Loading content...

Implementors

impl NSAttributedString_NSStringDrawing for NSAttributedString[src]

impl NSAttributedString_NSStringDrawing for NSMutableAttributedString[src]

impl NSAttributedString_NSStringDrawing for NSTextStorage[src]

Loading content...