[−][src]Module core_foundation::base
Structs
| CFAllocator | |
| CFAllocatorContext | |
| CFRange | |
| CFType | Superclass of all Core Foundation objects. |
| ItemMutRef | A reference to a mutable element inside a container |
| ItemRef | A reference to an element inside a container |
Enums
| CFComparisonResult |
Statics
| kCFAllocatorDefault | |
| kCFAllocatorMalloc | |
| kCFAllocatorMallocZone | |
| kCFAllocatorNull | |
| kCFAllocatorSystemDefault | |
| kCFAllocatorUseContext | |
| kCFNotFound | Constant used by some functions to indicate failed searches. |
| kCFNull |
Traits
| CFIndexConvertible | |
| FromMutVoid | A trait describing how to convert from the stored *mut c_void to the desired T |
| 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 |
| TCFTypeRef | Trait for all types which are Core Foundation reference types. |
| ToVoid | A trait describing how to convert from the stored *const c_void to the desired T |