Trait objc2_app_kit::NSAccessibilityRow

source ·
pub unsafe trait NSAccessibilityRow: NSAccessibilityGroup {
    // Provided methods
    unsafe fn accessibilityIndex(&self) -> NSInteger
       where Self: Sized + Message { ... }
    unsafe fn accessibilityDisclosureLevel(&self) -> NSInteger
       where Self: Sized + Message { ... }
}
Available on crate feature NSAccessibilityProtocols only.

Provided Methods§

source

unsafe fn accessibilityIndex(&self) -> NSInteger
where Self: Sized + Message,

source

unsafe fn accessibilityDisclosureLevel(&self) -> NSInteger
where Self: Sized + Message,

Trait Implementations§

source§

impl ProtocolType for dyn NSAccessibilityRow

source§

const NAME: &'static str = "NSAccessibilityRow"

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 NSAccessibilityRow

Implementations on Foreign Types§

source§

impl<T> NSAccessibilityRow for ProtocolObject<T>

Implementors§

source§

impl NSAccessibilityRow for NSTableRowView

Available on crate features NSResponder and NSView and NSTableRowView only.