Module core_foundation::array [] [src]

Heterogeneous immutable arrays.

Reexports

pub use core_foundation_sys::array::*;

Structs

CFArray

A heterogeneous immutable array.

CFArrayIterator
ItemRef

A reference to an element inside the array

Traits

FromVoid

A trait describing how to convert from the stored *const c_void to the desired T

Type Definitions

CFIndex