Module core_foundation::base[][src]

Re-exports

pub use core_foundation_sys::base::*;

Structs

CFAllocator
CFType

Superclass of all Core Foundation objects.

ItemRef

A reference to an element inside a container

Traits

CFIndexConvertible
FromVoid

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

TCFType

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

ToVoid

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