Docs.rs
  • core-foundation-0.10.0
    • core-foundation 0.10.0
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • github:servo:cargo-publish
    • pcwalton
    • larsbergstrom
    • metajack
    • mbrubeck
    • Dependencies
      • core-foundation-sys ^0.8.7 normal
      • libc ^0.2 normal
      • uuid ^1 normal optional
    • Versions
    • 44.95% of the crate is documented
  • Go to latest version
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

core_foundation0.10.0

ConcreteCFType

Dyn Compatibility

Implementors

In crate core_foundation

core_foundation

Trait ConcreteCFType

Source
pub unsafe trait ConcreteCFType: TCFType { }

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl ConcreteCFType for CFArray<*const c_void>

Source§

impl ConcreteCFType for CFAttributedString

Source§

impl ConcreteCFType for CFMutableAttributedString

Source§

impl ConcreteCFType for CFAllocator

Source§

impl ConcreteCFType for CFBoolean

Source§

impl ConcreteCFType for CFBundle

Source§

impl ConcreteCFType for CFCharacterSet

Source§

impl ConcreteCFType for CFData

Source§

impl ConcreteCFType for CFDate

Source§

impl ConcreteCFType for CFDictionary<*const c_void, *const c_void>

Source§

impl ConcreteCFType for CFError

Source§

impl ConcreteCFType for CFFileDescriptor

Source§

impl ConcreteCFType for CFMachPort

Source§

impl ConcreteCFType for CFNumber

Source§

impl ConcreteCFType for CFRunLoop

Source§

impl ConcreteCFType for CFRunLoopObserver

Source§

impl ConcreteCFType for CFRunLoopSource

Source§

impl ConcreteCFType for CFRunLoopTimer

Source§

impl ConcreteCFType for CFString

Source§

impl ConcreteCFType for CFTimeZone

Source§

impl ConcreteCFType for CFURL

Source§

impl ConcreteCFType for CFUUID