Trait objc2_app_kit::NSAccessibilityList

source ·
pub unsafe trait NSAccessibilityList: NSAccessibilityTable { }
Available on crate feature NSAccessibilityProtocols only.

Trait Implementations§

source§

impl ProtocolType for dyn NSAccessibilityList

source§

const NAME: &'static str = "NSAccessibilityList"

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 NSAccessibilityList

Implementations on Foreign Types§

source§

impl<T> NSAccessibilityList for ProtocolObject<T>

Implementors§