[][src]Trait uikit_sys::IUITextSelectionRect

pub trait IUITextSelectionRect: Sized + Deref {
    unsafe fn rect(self) -> CGRect
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn writingDirection(self) -> NSWritingDirection
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn containsStart(self) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn containsEnd(self) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn isVertical(self) -> BOOL
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

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

unsafe fn writingDirection(self) -> NSWritingDirection where
    Self::Target: Message + Sized

unsafe fn containsStart(self) -> BOOL where
    Self::Target: Message + Sized

unsafe fn containsEnd(self) -> BOOL where
    Self::Target: Message + Sized

unsafe fn isVertical(self) -> BOOL where
    Self::Target: Message + Sized

Loading content...

Implementors

impl IUITextSelectionRect for UITextSelectionRect[src]

Loading content...