pub unsafe trait UIAccessibilityContainerDataTableCell: NSObjectProtocol + IsMainThreadOnly {
    // Provided methods
    unsafe fn accessibilityRowRange(&self) -> NSRange
       where Self: Sized + Message { ... }
    unsafe fn accessibilityColumnRange(&self) -> NSRange
       where Self: Sized + Message { ... }
}
Available on crate feature UIAccessibilityContainer only.

Provided Methods§

source

unsafe fn accessibilityRowRange(&self) -> NSRange
where Self: Sized + Message,

source

unsafe fn accessibilityColumnRange(&self) -> NSRange
where Self: Sized + Message,

Trait Implementations§

source§

impl ProtocolType for dyn UIAccessibilityContainerDataTableCell

source§

const NAME: &'static str = "UIAccessibilityContainerDataTableCell"

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 UIAccessibilityContainerDataTableCell

Implementations on Foreign Types§

source§

impl<T> UIAccessibilityContainerDataTableCell for ProtocolObject<T>

Implementors§