[][src]Trait uikit_sys::PNSTextLayoutOrientationProvider

pub trait PNSTextLayoutOrientationProvider: Sized + Deref {
    unsafe fn layoutOrientation(self) -> NSTextLayoutOrientation
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn layoutOrientation(self) -> NSTextLayoutOrientation where
    Self::Target: Message + Sized

Loading content...

Implementors

impl PNSTextLayoutOrientationProvider for NSTextContainer[src]

Loading content...