Trait objc2_app_kit::NSPrintPanelAccessorizing

source ·
pub unsafe trait NSPrintPanelAccessorizing: IsMainThreadOnly {
    // Provided methods
    unsafe fn localizedSummaryItems(
        &self
    ) -> Retained<NSArray<NSDictionary<NSPrintPanelAccessorySummaryKey, NSString>>>
       where Self: Sized + Message { ... }
    unsafe fn keyPathsForValuesAffectingPreview(
        &self
    ) -> Retained<NSSet<NSString>>
       where Self: Sized + Message { ... }
}
Available on crate feature NSPrintPanel only.

Provided Methods§

Trait Implementations§

source§

impl ProtocolType for dyn NSPrintPanelAccessorizing

source§

const NAME: &'static str = "NSPrintPanelAccessorizing"

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 NSPrintPanelAccessorizing

Implementations on Foreign Types§

source§

impl<T> NSPrintPanelAccessorizing for ProtocolObject<T>

Implementors§