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 features NSControl and NSResponder and NSTableView and NSView and NSOutlineView only.
Source§

impl NSAccessibilityGroup for NSProgressIndicator

Available on crate features NSResponder and NSView and NSProgressIndicator only.
Source§

impl NSAccessibilityGroup for NSTableRowView

Available on crate features NSResponder and NSView and NSTableRowView only.
Source§

impl NSAccessibilityGroup for NSTableView

Available on crate features NSControl and NSResponder and NSView and NSTableView only.