Module core_foundation::base

source ·

Structs

Enums

Statics

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

Functions

Type Aliases