Trait core_foundation::base::CFIndexConvertible [] [src]

pub trait CFIndexConvertible {
    fn to_CFIndex(self) -> CFIndex;
}

Required Methods

Always use this method to construct a CFIndex value. It performs bounds checking to ensure the value is in range.

Implementors