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 feature
UIAlertController
only.impl UISpringLoadedInteractionSupporting for UIBarButtonItem
Available on crate feature
UIBarButtonItem
only.impl UISpringLoadedInteractionSupporting for UIButton
Available on crate feature
UIButton
only.impl UISpringLoadedInteractionSupporting for UICollectionView
Available on crate feature
UICollectionView
only.impl UISpringLoadedInteractionSupporting for UISegmentedControl
Available on crate feature
UISegmentedControl
only.impl UISpringLoadedInteractionSupporting for UITab
Available on crate feature
UITab
only.impl UISpringLoadedInteractionSupporting for UITabBar
Available on crate feature
UITabBar
only.impl UISpringLoadedInteractionSupporting for UITabBarItem
Available on crate feature
UITabBarItem
only.impl UISpringLoadedInteractionSupporting for UITableView
Available on crate feature
UITableView
only.