Skip to main content

NSAccessibilityLayoutArea

Trait NSAccessibilityLayoutArea 

Source
pub unsafe trait NSAccessibilityLayoutArea: NSAccessibilityGroup {
    // Provided methods
    fn accessibilityLabel(&self) -> Retained<NSString>
       where Self: Sized + Message { ... }
    fn accessibilityChildren(&self) -> Option<Retained<NSArray>>
       where Self: Sized + Message { ... }
    fn accessibilitySelectedChildren(&self) -> Option<Retained<NSArray>>
       where Self: Sized + Message { ... }
    fn accessibilityFocusedUIElement(&self) -> Retained<AnyObject>
       where Self: Sized + Message { ... }
}
Available on crate feature NSAccessibilityProtocols only.
Expand description

Provided Methods§

Trait Implementations§

Source§

impl<T> ImplementedBy<T> for dyn NSAccessibilityLayoutArea

Source§

impl ProtocolType for dyn NSAccessibilityLayoutArea

Source§

const NAME: &'static str = "NSAccessibilityLayoutArea"

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

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl<T> NSAccessibilityLayoutArea for ProtocolObject<T>

Implementors§