Skip to main content

UIAccessibilityContainerDataTableCell

Trait UIAccessibilityContainerDataTableCell 

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

Provided Methods§

Trait Implementations§

Source§

impl<T> ImplementedBy<T> for dyn UIAccessibilityContainerDataTableCell

Source§

impl ProtocolType for dyn UIAccessibilityContainerDataTableCell

Source§

const NAME: &'static str = "UIAccessibilityContainerDataTableCell"

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

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl<T> UIAccessibilityContainerDataTableCell for ProtocolObject<T>

Implementors§