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