Trait objc2_ui_kit::UILetterformAwareAdjusting

source ·
pub unsafe trait UILetterformAwareAdjusting: NSObjectProtocol + IsMainThreadOnly {
    // Provided methods
    unsafe fn sizingRule(&self) -> UILetterformAwareSizingRule
       where Self: Sized + Message { ... }
    unsafe fn setSizingRule(&self, sizing_rule: UILetterformAwareSizingRule)
       where Self: Sized + Message { ... }
}
Available on crate feature UILetterformAwareAdjusting only.

Provided Methods§

source

unsafe fn sizingRule(&self) -> UILetterformAwareSizingRule
where Self: Sized + Message,

source

unsafe fn setSizingRule(&self, sizing_rule: UILetterformAwareSizingRule)
where Self: Sized + Message,

Trait Implementations§

source§

impl ProtocolType for dyn UILetterformAwareAdjusting

source§

const NAME: &'static str = "UILetterformAwareAdjusting"

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 UILetterformAwareAdjusting

Implementations on Foreign Types§

source§

impl<T> UILetterformAwareAdjusting for ProtocolObject<T>

Implementors§

source§

impl UILetterformAwareAdjusting for UILabel

Available on crate features UIResponder and UIView and UILabel only.
source§

impl UILetterformAwareAdjusting for UISearchTextField

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

impl UILetterformAwareAdjusting for UITextField

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

impl UILetterformAwareAdjusting for UITextView

Available on crate features UIResponder and UIScrollView and UIView and UITextView only.