pub unsafe trait UISpringLoadedInteractionSupporting: NSObjectProtocol + MainThreadOnly {
// Provided methods
unsafe fn isSpringLoaded(&self) -> bool
where Self: Sized + Message { ... }
unsafe fn setSpringLoaded(&self, spring_loaded: bool)
where Self: Sized + Message { ... }
}Available on crate feature
UISpringLoadedInteractionSupporting only.Expand description
Provided Methods§
unsafe fn isSpringLoaded(&self) -> bool
Sourceunsafe fn setSpringLoaded(&self, spring_loaded: bool)
unsafe fn setSpringLoaded(&self, spring_loaded: bool)
Setter for isSpringLoaded.
Trait Implementations§
Source§impl ProtocolType for dyn UISpringLoadedInteractionSupporting
impl ProtocolType for dyn UISpringLoadedInteractionSupporting
impl<T> ImplementedBy<T> for dyn UISpringLoadedInteractionSupporting
Implementations on Foreign Types§
impl<T> UISpringLoadedInteractionSupporting for ProtocolObject<T>where
T: ?Sized + UISpringLoadedInteractionSupporting,
Implementors§
impl UISpringLoadedInteractionSupporting for UIAlertController
Available on crate features
UIResponder and UIViewController and UIAlertController only.impl UISpringLoadedInteractionSupporting for UIBarButtonItem
Available on crate features
UIBarItem and UIBarButtonItem only.impl UISpringLoadedInteractionSupporting for UIButton
Available on crate features
UIControl and UIResponder and UIView and UIButton only.impl UISpringLoadedInteractionSupporting for UICollectionView
Available on crate features
UIResponder and UIScrollView and UIView and UICollectionView only.impl UISpringLoadedInteractionSupporting for UISegmentedControl
Available on crate features
UIControl and UIResponder and UIView and UISegmentedControl only.impl UISpringLoadedInteractionSupporting for UITab
Available on crate feature
UITab only.impl UISpringLoadedInteractionSupporting for UITabBar
Available on crate features
UIResponder and UIView and UITabBar only.impl UISpringLoadedInteractionSupporting for UITabBarItem
Available on crate features
UIBarItem and UITabBarItem only.impl UISpringLoadedInteractionSupporting for UITableView
Available on crate features
UIResponder and UIScrollView and UIView and UITableView only.