[][src]Trait uikit_sys::UIView_UIStateRestoration

pub trait UIView_UIStateRestoration: Sized + Deref {
    unsafe fn encodeRestorableStateWithCoder_(self, coder: NSCoder)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn decodeRestorableStateWithCoder_(self, coder: NSCoder)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn restorationIdentifier(self) -> NSString
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setRestorationIdentifier_(self, restorationIdentifier: NSString)
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

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

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

unsafe fn restorationIdentifier(self) -> NSString where
    Self::Target: Message + Sized

unsafe fn setRestorationIdentifier_(self, restorationIdentifier: NSString) where
    Self::Target: Message + Sized

Loading content...

Implementors

impl UIView_UIStateRestoration for UIActionSheet[src]

impl UIView_UIStateRestoration for UIActivityIndicatorView[src]

impl UIView_UIStateRestoration for UIAlertView[src]

impl UIView_UIStateRestoration for UIButton[src]

impl UIView_UIStateRestoration for UICollectionReusableView[src]

impl UIView_UIStateRestoration for UICollectionView[src]

impl UIView_UIStateRestoration for UICollectionViewCell[src]

impl UIView_UIStateRestoration for UIControl[src]

impl UIView_UIStateRestoration for UIDatePicker[src]

impl UIView_UIStateRestoration for UIImageView[src]

impl UIView_UIStateRestoration for UIInputView[src]

impl UIView_UIStateRestoration for UILabel[src]

impl UIView_UIStateRestoration for UINavigationBar[src]

impl UIView_UIStateRestoration for UIPageControl[src]

impl UIView_UIStateRestoration for UIPickerView[src]

impl UIView_UIStateRestoration for UIPopoverBackgroundView[src]

impl UIView_UIStateRestoration for UIProgressView[src]

impl UIView_UIStateRestoration for UIRefreshControl[src]

impl UIView_UIStateRestoration for UIScrollView[src]

impl UIView_UIStateRestoration for UISearchBar[src]

impl UIView_UIStateRestoration for UISearchTextField[src]

impl UIView_UIStateRestoration for UISegmentedControl[src]

impl UIView_UIStateRestoration for UISlider[src]

impl UIView_UIStateRestoration for UIStackView[src]

impl UIView_UIStateRestoration for UISwitch[src]

impl UIView_UIStateRestoration for UITabBar[src]

impl UIView_UIStateRestoration for UITableView[src]

impl UIView_UIStateRestoration for UITableViewCell[src]

impl UIView_UIStateRestoration for UITableViewHeaderFooterView[src]

impl UIView_UIStateRestoration for UITextField[src]

impl UIView_UIStateRestoration for UITextView[src]

impl UIView_UIStateRestoration for UIToolbar[src]

impl UIView_UIStateRestoration for UIView[src]

impl UIView_UIStateRestoration for UIVisualEffectView[src]

impl UIView_UIStateRestoration for UIWebView[src]

impl UIView_UIStateRestoration for UIWindow[src]

Loading content...