Trait objc2_ui_kit::UITraitChangeRegistration

source ·
pub unsafe trait UITraitChangeRegistration: NSCopying + NSObjectProtocol + IsMainThreadOnly { }
Available on crate feature UITraitCollection only.

Trait Implementations§

source§

impl ProtocolType for dyn UITraitChangeRegistration

source§

const NAME: &'static str = "UITraitChangeRegistration"

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 UITraitChangeRegistration

Implementations on Foreign Types§

source§

impl<T> UITraitChangeRegistration for ProtocolObject<T>

Implementors§