[][src]Trait uikit_sys::INSPersonNameComponentsFormatter

pub trait INSPersonNameComponentsFormatter: Sized + Deref {
    unsafe fn stringFromPersonNameComponents_(
        self,
        components: NSPersonNameComponents
    ) -> NSString
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn annotatedStringFromPersonNameComponents_(
        self,
        components: NSPersonNameComponents
    ) -> NSAttributedString
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn personNameComponentsFromString_(
        self,
        string: NSString
    ) -> NSPersonNameComponents
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn getObjectValue_forString_errorDescription_(
        self,
        obj: *mut id,
        string: NSString,
        error: *mut NSString
    ) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn style(self) -> NSPersonNameComponentsFormatterStyle
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setStyle_(self, style: NSPersonNameComponentsFormatterStyle)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn isPhonetic(self) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setPhonetic_(self, phonetic: BOOL)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn localizedStringFromPersonNameComponents_style_options_(
        components: NSPersonNameComponents,
        nameFormatStyle: NSPersonNameComponentsFormatterStyle,
        nameOptions: NSPersonNameComponentsFormatterOptions
    ) -> NSString
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn stringFromPersonNameComponents_(
    self,
    components: NSPersonNameComponents
) -> NSString where
    Self::Target: Message + Sized

unsafe fn annotatedStringFromPersonNameComponents_(
    self,
    components: NSPersonNameComponents
) -> NSAttributedString where
    Self::Target: Message + Sized

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

unsafe fn getObjectValue_forString_errorDescription_(
    self,
    obj: *mut id,
    string: NSString,
    error: *mut NSString
) -> BOOL where
    Self::Target: Message + Sized

unsafe fn style(self) -> NSPersonNameComponentsFormatterStyle where
    Self::Target: Message + Sized

unsafe fn setStyle_(self, style: NSPersonNameComponentsFormatterStyle) where
    Self::Target: Message + Sized

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

unsafe fn setPhonetic_(self, phonetic: BOOL) where
    Self::Target: Message + Sized

unsafe fn localizedStringFromPersonNameComponents_style_options_(
    components: NSPersonNameComponents,
    nameFormatStyle: NSPersonNameComponentsFormatterStyle,
    nameOptions: NSPersonNameComponentsFormatterOptions
) -> NSString where
    Self::Target: Message + Sized

Loading content...

Implementors

impl INSPersonNameComponentsFormatter for NSPersonNameComponentsFormatter[src]

Loading content...