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_voidto the desiredT - A trait describing how to convert from the stored
*const c_voidto the desiredT - All Core Foundation types implement this trait. The associated type
Refspecifies the associated Core Foundation type: e.g. forCFTypethis isCFTypeRef; forCFArraythis isCFArrayRef. - Trait for all types which are Core Foundation reference types.
- A trait describing how to convert from the stored
*const c_voidto the desiredT