Module core_foundation::base [] [src]

Reexports

pub use core_foundation_sys::base::*;

Structs

CFAllocator

An allocator for Core Foundation objects.

CFType

Superclass of all Core Foundation objects.

Traits

CFIndexConvertible
TCFType

All Core Foundation types implement this trait. The type parameter TypeRef specifies the associated Core Foundation type: e.g. for CFType this is CFTypeRef; for CFArray this is CFArrayRef.