Trait UISpringLoadedInteractionSupporting

Source
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§

Source

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

Source

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

Setter for isSpringLoaded.

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. Read more
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 feature UIAlertController only.
Source§

impl UISpringLoadedInteractionSupporting for UIBarButtonItem

Available on crate feature UIBarButtonItem only.
Source§

impl UISpringLoadedInteractionSupporting for UIButton

Available on crate feature UIButton only.
Source§

impl UISpringLoadedInteractionSupporting for UICollectionView

Available on crate feature UICollectionView only.
Source§

impl UISpringLoadedInteractionSupporting for UISegmentedControl

Available on crate feature UISegmentedControl only.
Source§

impl UISpringLoadedInteractionSupporting for UITab

Available on crate feature UITab only.
Source§

impl UISpringLoadedInteractionSupporting for UITabBar

Available on crate feature UITabBar only.
Source§

impl UISpringLoadedInteractionSupporting for UITabBarItem

Available on crate feature UITabBarItem only.
Source§

impl UISpringLoadedInteractionSupporting for UITableView

Available on crate feature UITableView only.