pub unsafe trait UISpringLoadedInteractionSupporting: NSObjectProtocol + IsMainThreadOnly {
    // 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.

Provided Methods§

source

unsafe fn isSpringLoaded(&self) -> bool
where Self: Sized + Message,

source

unsafe fn setSpringLoaded(&self, spring_loaded: bool)
where Self: Sized + Message,

Trait Implementations§

source§

impl ProtocolType for dyn UISpringLoadedInteractionSupporting

source§

const NAME: &'static str = "UISpringLoadedInteractionSupporting"

The name of the Objective-C protocol that this type represents.
source§

fn protocol() -> Option<&'static AnyProtocol>

Get a reference to the Objective-C protocol object that this type represents. Read more
source§

impl<T> ImplementedBy<T> for dyn UISpringLoadedInteractionSupporting

Implementations on Foreign Types§

source§

impl<T> UISpringLoadedInteractionSupporting for ProtocolObject<T>

Implementors§

source§

impl UISpringLoadedInteractionSupporting for UIAlertController

Available on crate features UIResponder and UIViewController and UIAlertController only.
source§

impl UISpringLoadedInteractionSupporting for UIBarButtonItem

Available on crate features UIBarItem and UIBarButtonItem only.
source§

impl UISpringLoadedInteractionSupporting for UIButton

Available on crate features UIControl and UIResponder and UIView and UIButton only.
source§

impl UISpringLoadedInteractionSupporting for UICollectionView

Available on crate features UIResponder and UIScrollView and UIView and UICollectionView only.
source§

impl UISpringLoadedInteractionSupporting for UISegmentedControl

Available on crate features UIControl and UIResponder and UIView and UISegmentedControl only.
source§

impl UISpringLoadedInteractionSupporting for UITabBar

Available on crate features UIResponder and UIView and UITabBar only.
source§

impl UISpringLoadedInteractionSupporting for UITabBarItem

Available on crate features UIBarItem and UITabBarItem only.
source§

impl UISpringLoadedInteractionSupporting for UITableView

Available on crate features UIResponder and UIScrollView and UIView and UITableView only.