Trait objc2_ui_kit::UITraitDefinition
source · pub unsafe trait UITraitDefinition: IsMainThreadOnly {
// Provided methods
unsafe fn identifier(mtm: MainThreadMarker) -> Retained<NSString>
where Self: Sized + ClassType { ... }
unsafe fn name(mtm: MainThreadMarker) -> Retained<NSString>
where Self: Sized + ClassType { ... }
unsafe fn affectsColorAppearance(mtm: MainThreadMarker) -> bool
where Self: Sized + ClassType { ... }
}Available on crate feature
UITrait only.