Trait objc2_app_kit::NSAccessibilityColor

source ·
pub unsafe trait NSAccessibilityColor {
    // Provided method
    unsafe fn accessibilityName(&self) -> Id<NSString>
       where Self: Sized + Message { ... }
}
Available on crate feature NSAccessibilityColor only.

Provided Methods§

source

unsafe fn accessibilityName(&self) -> Id<NSString>
where Self: Sized + Message,

Trait Implementations§

source§

impl ProtocolType for dyn NSAccessibilityColor

source§

const NAME: &'static str = "NSAccessibilityColor"

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 NSAccessibilityColor

Implementations on Foreign Types§

source§

impl<T> NSAccessibilityColor for ProtocolObject<T>

Implementors§

source§

impl NSAccessibilityColor for NSColor

Available on crate feature NSColor only.