Trait objc2_ui_kit::UITraitOverrides
source · pub unsafe trait UITraitOverrides: UIMutableTraits + IsMainThreadOnly {
// Provided methods
unsafe fn containsTrait(&self, trait: UITrait) -> bool
where Self: Sized + Message { ... }
unsafe fn removeTrait(&self, trait: UITrait)
where Self: Sized + Message { ... }
}Available on crate feature
UITraitCollection only.Provided Methods§
unsafe fn containsTrait(&self, trait: UITrait) -> bool
Available on crate feature
UITrait only.unsafe fn removeTrait(&self, trait: UITrait)
Available on crate feature
UITrait only.