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 |
| ToVoid |
A trait describing how to convert from the stored *const c_void to the desired T |