[][src]Trait uikit_sys::PNSCoding

pub trait PNSCoding: Sized + Deref {
    unsafe fn encodeWithCoder_(self, coder: NSCoder)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn initWithCoder_(self, coder: NSCoder) -> instancetype
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn encodeWithCoder_(self, coder: NSCoder) where
    Self::Target: Message + Sized

unsafe fn initWithCoder_(self, coder: NSCoder) -> instancetype where
    Self::Target: Message + Sized

Loading content...

Implementors

impl PNSCoding for NSDecimalNumberHandler[src]

impl PNSCoding for NSFormatter[src]

impl PNSCoding for NSNotification[src]

impl PNSCoding for NSPort[src]

impl PNSCoding for NSTextTab[src]

impl PNSCoding for UIActivityIndicatorView[src]

impl PNSCoding for UIBarButtonItem[src]

impl PNSCoding for UIBarButtonItemGroup[src]

impl PNSCoding for UIBarItem[src]

impl PNSCoding for UIButton[src]

impl PNSCoding for UICollectionViewLayout[src]

impl PNSCoding for UIDatePicker[src]

impl PNSCoding for UIDocumentBrowserViewController[src]

impl PNSCoding for UIImagePickerController[src]

impl PNSCoding for UIKey[src]

impl PNSCoding for UILabel[src]

impl PNSCoding for UILayoutGuide[src]

impl PNSCoding for UILocalNotification[src]

impl PNSCoding for UIMotionEffect[src]

impl PNSCoding for UINavigationBar[src]

impl PNSCoding for UINavigationItem[src]

impl PNSCoding for UIPickerView[src]

impl PNSCoding for UIPrintInfo[src]

impl PNSCoding for UIProgressView[src]

impl PNSCoding for UIRegion[src]

impl PNSCoding for UIScrollView[src]

impl PNSCoding for UISegmentedControl[src]

impl PNSCoding for UISlider[src]

impl PNSCoding for UISwitch[src]

impl PNSCoding for UITabBarController[src]

impl PNSCoding for UITableView[src]

impl PNSCoding for UITableViewCell[src]

impl PNSCoding for UITextField[src]

impl PNSCoding for UIView[src]

impl PNSCoding for UIViewController[src]

impl PNSCoding for UIWebView[src]

Loading content...