Trait core_foundation::base::CFIndexConvertible
source · pub trait CFIndexConvertible {
// Required method
fn to_CFIndex(self) -> CFIndex;
}
Required Methods§
sourcefn to_CFIndex(self) -> CFIndex
fn to_CFIndex(self) -> CFIndex
Always use this method to construct a CFIndex
value. It performs bounds checking to
ensure the value is in range.