Module core_foundation::base
source · [−]Structs
Superclass of all Core Foundation objects.
A reference to a mutable element inside a container
A reference to an element inside a container
Enums
Statics
Constant used by some functions to indicate failed searches.
Traits
A trait describing how to convert from the stored *mut c_void to the desired T
A trait describing how to convert from the stored *const c_void to the desired T
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.
Trait for all types which are Core Foundation reference types.
A trait describing how to convert from the stored *const c_void to the desired T