Trait NSAccessibilityGroup

Source
pub unsafe trait NSAccessibilityGroup: NSAccessibilityElementProtocol { }
Available on crate feature NSAccessibilityProtocols only.
Expand description

Trait Implementations§

Source§

impl ProtocolType for dyn NSAccessibilityGroup

Source§

const NAME: &'static str = "NSAccessibilityGroup"

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 NSAccessibilityGroup

Implementations on Foreign Types§

Source§

impl<T> NSAccessibilityGroup for ProtocolObject<T>

Implementors§

Source§

impl NSAccessibilityGroup for NSOutlineView

Available on crate feature NSOutlineView only.
Source§

impl NSAccessibilityGroup for NSProgressIndicator

Available on crate feature NSProgressIndicator only.
Source§

impl NSAccessibilityGroup for NSTableRowView

Available on crate feature NSTableRowView only.
Source§

impl NSAccessibilityGroup for NSTableView

Available on crate feature NSTableView only.