pub unsafe trait UIContextMenuInteractionCommitAnimating: UIContextMenuInteractionAnimating + IsMainThreadOnly {
    // Provided methods
    unsafe fn preferredCommitStyle(&self) -> UIContextMenuInteractionCommitStyle
       where Self: Sized + Message { ... }
    unsafe fn setPreferredCommitStyle(
        &self,
        preferred_commit_style: UIContextMenuInteractionCommitStyle
    )
       where Self: Sized + Message { ... }
}
Available on crate feature UIContextMenuInteraction only.

Provided Methods§

Trait Implementations§

source§

impl ProtocolType for dyn UIContextMenuInteractionCommitAnimating

source§

const NAME: &'static str = "UIContextMenuInteractionCommitAnimating"

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 UIContextMenuInteractionCommitAnimating

Implementations on Foreign Types§

source§

impl<T> UIContextMenuInteractionCommitAnimating for ProtocolObject<T>

Implementors§