UIPreviewActionItem

Trait UIPreviewActionItem 

Source
pub unsafe trait UIPreviewActionItem: NSObjectProtocol + MainThreadOnly {
    // Provided method
    fn title(&self) -> Retained<NSString>
       where Self: Sized + Message { ... }
}
Available on crate feature UIViewController only.
Expand description

Provided Methods§

Source

fn title(&self) -> Retained<NSString>
where Self: Sized + Message,

Trait Implementations§

Source§

impl ProtocolType for dyn UIPreviewActionItem

Source§

const NAME: &'static str = "UIPreviewActionItem"

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 UIPreviewActionItem

Implementations on Foreign Types§

Source§

impl<T> UIPreviewActionItem for ProtocolObject<T>

Implementors§