[][src]Trait uikit_sys::UIView_UITextField

pub trait UIView_UITextField: Sized + Deref {
    unsafe fn endEditing_(self, force: BOOL) -> BOOL
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn endEditing_(self, force: BOOL) -> BOOL where
    Self::Target: Message + Sized

Loading content...

Implementors

impl UIView_UITextField for UIActionSheet[src]

impl UIView_UITextField for UIActivityIndicatorView[src]

impl UIView_UITextField for UIAlertView[src]

impl UIView_UITextField for UIButton[src]

impl UIView_UITextField for UICollectionReusableView[src]

impl UIView_UITextField for UICollectionView[src]

impl UIView_UITextField for UICollectionViewCell[src]

impl UIView_UITextField for UIControl[src]

impl UIView_UITextField for UIDatePicker[src]

impl UIView_UITextField for UIImageView[src]

impl UIView_UITextField for UIInputView[src]

impl UIView_UITextField for UILabel[src]

impl UIView_UITextField for UINavigationBar[src]

impl UIView_UITextField for UIPageControl[src]

impl UIView_UITextField for UIPickerView[src]

impl UIView_UITextField for UIPopoverBackgroundView[src]

impl UIView_UITextField for UIProgressView[src]

impl UIView_UITextField for UIRefreshControl[src]

impl UIView_UITextField for UIScrollView[src]

impl UIView_UITextField for UISearchBar[src]

impl UIView_UITextField for UISearchTextField[src]

impl UIView_UITextField for UISegmentedControl[src]

impl UIView_UITextField for UISlider[src]

impl UIView_UITextField for UIStackView[src]

impl UIView_UITextField for UISwitch[src]

impl UIView_UITextField for UITabBar[src]

impl UIView_UITextField for UITableView[src]

impl UIView_UITextField for UITableViewCell[src]

impl UIView_UITextField for UITableViewHeaderFooterView[src]

impl UIView_UITextField for UITextField[src]

impl UIView_UITextField for UITextView[src]

impl UIView_UITextField for UIToolbar[src]

impl UIView_UITextField for UIView[src]

impl UIView_UITextField for UIVisualEffectView[src]

impl UIView_UITextField for UIWebView[src]

impl UIView_UITextField for UIWindow[src]

Loading content...