Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
core_foundation::impl_CFTypeDescription - Rust
[go: Go Back, main page]

[][src]Macro core_foundation::impl_CFTypeDescription

macro_rules! impl_CFTypeDescription {
    ($ty:ident) => { ... };
    ($ty:ident<$($p:ident $(: $bound:path)*),*>) => { ... };
}

Implement std::fmt::Debug for the given type.

This will invoke the implementation of Debug for CFType which invokes CFCopyDescription.

The type must have an implementation of the TCFType trait, usually provided using the impl_TCFType macro.