Trait UIAccessibilityContainerDataTableCell

Source
pub unsafe trait UIAccessibilityContainerDataTableCell: NSObjectProtocol + MainThreadOnly {
    // 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.
Expand description

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. 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 UIAccessibilityContainerDataTableCell

Implementations on Foreign Types§

Source§

impl<T> UIAccessibilityContainerDataTableCell for ProtocolObject<T>

Implementors§