pub unsafe trait UICGFloatTraitDefinition: UITraitDefinition + MainThreadOnly {
// Provided method
fn defaultValue(mtm: MainThreadMarker) -> CGFloat
where Self: Sized + ClassType { ... }
}Available on crate feature
UITrait only.Expand description
Provided Methods§
Sourcefn defaultValue(mtm: MainThreadMarker) -> CGFloat
Available on crate feature objc2-core-foundation only.
fn defaultValue(mtm: MainThreadMarker) -> CGFloat
objc2-core-foundation only.The default value for this trait in a trait collection when no value has been set.