pub unsafe trait UIAccessibilityContentSizeCategoryImageAdjusting: NSObjectProtocol {
    // Provided methods
    unsafe fn adjustsImageSizeForAccessibilityContentSizeCategory(&self) -> bool
       where Self: Sized + Message { ... }
    unsafe fn setAdjustsImageSizeForAccessibilityContentSizeCategory(
        &self,
        adjusts_image_size_for_accessibility_content_size_category: bool
    )
       where Self: Sized + Message { ... }
}
Available on crate feature UIAccessibilityContentSizeCategoryImageAdjusting only.

Provided Methods§

source

unsafe fn adjustsImageSizeForAccessibilityContentSizeCategory(&self) -> bool
where Self: Sized + Message,

source

unsafe fn setAdjustsImageSizeForAccessibilityContentSizeCategory( &self, adjusts_image_size_for_accessibility_content_size_category: bool )
where Self: Sized + Message,

Trait Implementations§

source§

impl ProtocolType for dyn UIAccessibilityContentSizeCategoryImageAdjusting

source§

const NAME: &'static str = "UIAccessibilityContentSizeCategoryImageAdjusting"

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 UIAccessibilityContentSizeCategoryImageAdjusting

Implementations on Foreign Types§

source§

impl<T> UIAccessibilityContentSizeCategoryImageAdjusting for ProtocolObject<T>

Implementors§

source§

impl UIAccessibilityContentSizeCategoryImageAdjusting for NSTextAttachment

Available on crate feature NSTextAttachment only.
source§

impl UIAccessibilityContentSizeCategoryImageAdjusting for UIButton

Available on crate features UIButton and UIControl and UIResponder and UIView only.
source§

impl UIAccessibilityContentSizeCategoryImageAdjusting for UIImageView

Available on crate features UIImageView and UIResponder and UIView only.