Trait NSAccessibilityColor

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

Provided Methods§

Source

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

Returns a localized description of the color for use in accessibility attributes.

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. 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 NSAccessibilityColor

Implementations on Foreign Types§

Source§

impl<T> NSAccessibilityColor for ProtocolObject<T>

Implementors§