mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-27 04:10:02 +01:00
6 lines
56 KiB
HTML
6 lines
56 KiB
HTML
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="A trait describing how to convert from the stored *const c_void to the desired T"><title>ToVoid in core_foundation::base - Rust</title><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/FiraSans-Regular-018c141bf0843ffd.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/FiraSans-Medium-8f9a781e4970d388.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2"><link rel="stylesheet" href="../../static.files/normalize-76eba96aa4d2e634.css"><link rel="stylesheet" href="../../static.files/rustdoc-ac92e1bbe349e143.css"><meta name="rustdoc-vars" data-root-path="../../" data-static-root-path="../../static.files/" data-current-crate="core_foundation" data-themes="" data-resource-suffix="" data-rustdoc-version="1.76.0 (07dca489a 2024-02-04)" data-channel="1.76.0" data-search-js="search-2b6ce74ff89ae146.js" data-settings-js="settings-4313503d2e1961c2.js" ><script src="../../static.files/storage-f2adc0d6ca4d09fb.js"></script><script defer src="sidebar-items.js"></script><script defer src="../../static.files/main-305769736d49e732.js"></script><noscript><link rel="stylesheet" href="../../static.files/noscript-feafe1bb7466e4bd.css"></noscript><link rel="alternate icon" type="image/png" href="../../static.files/favicon-16x16-8b506e7a72182f1c.png"><link rel="alternate icon" type="image/png" href="../../static.files/favicon-32x32-422f7d1d52889060.png"><link rel="icon" type="image/svg+xml" href="../../static.files/favicon-2c020d218678b618.svg"></head><body class="rustdoc trait"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle">☰</button></nav><nav class="sidebar"><div class="sidebar-crate"><h2><a href="../../core_foundation/index.html">core_foundation</a><span class="version">0.9.3</span></h2></div><h2 class="location"><a href="#">ToVoid</a></h2><div class="sidebar-elems"><section><h3><a href="#required-methods">Required Methods</a></h3><ul class="block"><li><a href="#tymethod.to_void">to_void</a></li></ul><h3><a href="#foreign-impls">Implementations on Foreign Types</a></h3><ul class="block"><li><a href="#impl-ToVoid%3C*const+c_void%3E-for-*const+c_void">*const c_void</a></li></ul><h3><a href="#implementors">Implementors</a></h3></section><h2><a href="index.html">In core_foundation::base</a></h2></div></nav><div class="sidebar-resizer"></div>
|
||
<main><div class="width-limiter"><nav class="sub"><form class="search-form"><span></span><div id="sidebar-button" tabindex="-1"><a href="../../core_foundation/all.html" title="show sidebar"></a></div><input class="search-input" name="search" aria-label="Run search in the documentation" autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"><div id="help-button" tabindex="-1"><a href="../../help.html" title="help">?</a></div><div id="settings-menu" tabindex="-1"><a href="../../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../../static.files/wheel-7b819b6101059cd0.svg"></a></div></form></nav><section id="main-content" class="content"><div class="main-heading"><h1>Trait <a href="../index.html">core_foundation</a>::<wbr><a href="index.html">base</a>::<wbr><a class="trait" href="#">ToVoid</a><button id="copy-path" title="Copy item path to clipboard"><img src="../../static.files/clipboard-7571035ce49a181d.svg" width="19" height="18" alt="Copy item path"></button></h1><span class="out-of-band"><a class="src" href="../../src/core_foundation/base.rs.html#370-372">source</a> · <button id="toggle-all-docs" title="collapse all docs">[<span>−</span>]</button></span></div><pre class="rust item-decl"><code>pub unsafe trait ToVoid<T> {
|
||
// Required method
|
||
fn <a href="#tymethod.to_void" class="fn">to_void</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.pointer.html">*const </a><a class="type" href="https://doc.rust-lang.org/1.76.0/std/os/raw/type.c_void.html" title="type std::os::raw::c_void">c_void</a>;
|
||
}</code></pre><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>A trait describing how to convert from the stored *const c_void to the desired T</p>
|
||
</div></details><h2 id="required-methods" class="section-header">Required Methods<a href="#required-methods" class="anchor">§</a></h2><div class="methods"><section id="tymethod.to_void" class="method"><a class="src rightside" href="../../src/core_foundation/base.rs.html#371">source</a><h4 class="code-header">fn <a href="#tymethod.to_void" class="fn">to_void</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.pointer.html">*const </a><a class="type" href="https://doc.rust-lang.org/1.76.0/std/os/raw/type.c_void.html" title="type std::os::raw::c_void">c_void</a></h4></section></div><h2 id="foreign-impls" class="section-header">Implementations on Foreign Types<a href="#foreign-impls" class="anchor">§</a></h2><details class="toggle implementors-toggle"><summary><section id="impl-ToVoid%3C*const+c_void%3E-for-*const+c_void" class="impl"><a class="src rightside" href="../../src/core_foundation/base.rs.html#374-378">source</a><a href="#impl-ToVoid%3C*const+c_void%3E-for-*const+c_void" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a><<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.pointer.html">*const </a><a class="enum" href="https://doc.rust-lang.org/1.76.0/core/ffi/enum.c_void.html" title="enum core::ffi::c_void">c_void</a>> for <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.pointer.html">*const </a><a class="type" href="https://doc.rust-lang.org/1.76.0/std/os/raw/type.c_void.html" title="type std::os::raw::c_void">c_void</a></h3></section></summary><div class="impl-items"><section id="method.to_void" class="method trait-impl"><a class="src rightside" href="../../src/core_foundation/base.rs.html#375-377">source</a><a href="#method.to_void" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.to_void" class="fn">to_void</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.pointer.html">*const </a><a class="type" href="https://doc.rust-lang.org/1.76.0/std/os/raw/type.c_void.html" title="type std::os::raw::c_void">c_void</a></h4></section></div></details><h2 id="implementors" class="section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"><section id="impl-ToVoid%3CCFArray%3E-for-CFArray" class="impl"><a class="src rightside" href="../../src/core_foundation/array.rs.html#59">source</a><a href="#impl-ToVoid%3CCFArray%3E-for-CFArray" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a><<a class="struct" href="../array/struct.CFArray.html" title="struct core_foundation::array::CFArray">CFArray</a>> for <a class="struct" href="../array/struct.CFArray.html" title="struct core_foundation::array::CFArray">CFArray</a></h3></section><section id="impl-ToVoid%3CCFArray%3E-for-*const+__CFArray" class="impl"><a class="src rightside" href="../../src/core_foundation/array.rs.html#59">source</a><a href="#impl-ToVoid%3CCFArray%3E-for-*const+__CFArray" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a><<a class="struct" href="../array/struct.CFArray.html" title="struct core_foundation::array::CFArray">CFArray</a>> for <a class="type" href="../array/type.CFArrayRef.html" title="type core_foundation::array::CFArrayRef">CFArrayRef</a></h3></section><section id="impl-ToVoid%3CCFAttributedString%3E-for-CFAttributedString" class="impl"><a class="src rightside" href="../../src/core_foundation/attributed_string.rs.html#20">source</a><a href="#impl-ToVoid%3CCFAttributedString%3E-for-CFAttributedString" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a><<a class="struct" href="../attributed_string/struct.CFAttributedString.html" title="struct core_foundation::attributed_string::CFAttributedString">CFAttributedString</a>> for <a class="struct" href="../attributed_string/struct.CFAttributedString.html" title="struct core_foundation::attributed_string::CFAttributedString">CFAttributedString</a></h3></section><section id="impl-ToVoid%3CCFAttributedString%3E-for-*const+__CFAttributedString" class="impl"><a class="src rightside" href="../../src/core_foundation/attributed_string.rs.html#20">source</a><a href="#impl-ToVoid%3CCFAttributedString%3E-for-*const+__CFAttributedString" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a><<a class="struct" href="../attributed_string/struct.CFAttributedString.html" title="struct core_foundation::attributed_string::CFAttributedString">CFAttributedString</a>> for <a class="type" href="../attributed_string/type.CFAttributedStringRef.html" title="type core_foundation::attributed_string::CFAttributedStringRef">CFAttributedStringRef</a></h3></section><section id="impl-ToVoid%3CCFMutableAttributedString%3E-for-CFMutableAttributedString" class="impl"><a class="src rightside" href="../../src/core_foundation/attributed_string.rs.html#44">source</a><a href="#impl-ToVoid%3CCFMutableAttributedString%3E-for-CFMutableAttributedString" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a><<a class="struct" href="../attributed_string/struct.CFMutableAttributedString.html" title="struct core_foundation::attributed_string::CFMutableAttributedString">CFMutableAttributedString</a>> for <a class="struct" href="../attributed_string/struct.CFMutableAttributedString.html" title="struct core_foundation::attributed_string::CFMutableAttributedString">CFMutableAttributedString</a></h3></section><section id="impl-ToVoid%3CCFMutableAttributedString%3E-for-*const+__CFAttributedString" class="impl"><a class="src rightside" href="../../src/core_foundation/attributed_string.rs.html#44">source</a><a href="#impl-ToVoid%3CCFMutableAttributedString%3E-for-*const+__CFAttributedString" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a><<a class="struct" href="../attributed_string/struct.CFMutableAttributedString.html" title="struct core_foundation::attributed_string::CFMutableAttributedString">CFMutableAttributedString</a>> for <a class="type" href="../attributed_string/type.CFMutableAttributedStringRef.html" title="type core_foundation::attributed_string::CFMutableAttributedStringRef">CFMutableAttributedStringRef</a></h3></section><section id="impl-ToVoid%3CCFBoolean%3E-for-CFBoolean" class="impl"><a class="src rightside" href="../../src/core_foundation/boolean.rs.html#23">source</a><a href="#impl-ToVoid%3CCFBoolean%3E-for-CFBoolean" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a><<a class="struct" href="../boolean/struct.CFBoolean.html" title="struct core_foundation::boolean::CFBoolean">CFBoolean</a>> for <a class="struct" href="../boolean/struct.CFBoolean.html" title="struct core_foundation::boolean::CFBoolean">CFBoolean</a></h3></section><section id="impl-ToVoid%3CCFBoolean%3E-for-*const+__CFBoolean" class="impl"><a class="src rightside" href="../../src/core_foundation/boolean.rs.html#23">source</a><a href="#impl-ToVoid%3CCFBoolean%3E-for-*const+__CFBoolean" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a><<a class="struct" href="../boolean/struct.CFBoolean.html" title="struct core_foundation::boolean::CFBoolean">CFBoolean</a>> for <a class="type" href="../number/type.CFBooleanRef.html" title="type core_foundation::number::CFBooleanRef">CFBooleanRef</a></h3></section><section id="impl-ToVoid%3CCFBundle%3E-for-CFBundle" class="impl"><a class="src rightside" href="../../src/core_foundation/bundle.rs.html#27">source</a><a href="#impl-ToVoid%3CCFBundle%3E-for-CFBundle" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a><<a class="struct" href="../bundle/struct.CFBundle.html" title="struct core_foundation::bundle::CFBundle">CFBundle</a>> for <a class="struct" href="../bundle/struct.CFBundle.html" title="struct core_foundation::bundle::CFBundle">CFBundle</a></h3></section><section id="impl-ToVoid%3CCFBundle%3E-for-*mut+__CFBundle" class="impl"><a class="src rightside" href="../../src/core_foundation/bundle.rs.html#27">source</a><a href="#impl-ToVoid%3CCFBundle%3E-for-*mut+__CFBundle" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a><<a class="struct" href="../bundle/struct.CFBundle.html" title="struct core_foundation::bundle::CFBundle">CFBundle</a>> for <a class="type" href="../bundle/type.CFBundleRef.html" title="type core_foundation::bundle::CFBundleRef">CFBundleRef</a></h3></section><section id="impl-ToVoid%3CCFCharacterSet%3E-for-CFCharacterSet" class="impl"><a class="src rightside" href="../../src/core_foundation/characterset.rs.html#20">source</a><a href="#impl-ToVoid%3CCFCharacterSet%3E-for-CFCharacterSet" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a><<a class="struct" href="../characterset/struct.CFCharacterSet.html" title="struct core_foundation::characterset::CFCharacterSet">CFCharacterSet</a>> for <a class="struct" href="../characterset/struct.CFCharacterSet.html" title="struct core_foundation::characterset::CFCharacterSet">CFCharacterSet</a></h3></section><section id="impl-ToVoid%3CCFCharacterSet%3E-for-*const+__CFCharacterSet" class="impl"><a class="src rightside" href="../../src/core_foundation/characterset.rs.html#20">source</a><a href="#impl-ToVoid%3CCFCharacterSet%3E-for-*const+__CFCharacterSet" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a><<a class="struct" href="../characterset/struct.CFCharacterSet.html" title="struct core_foundation::characterset::CFCharacterSet">CFCharacterSet</a>> for <a class="type" href="../characterset/type.CFCharacterSetRef.html" title="type core_foundation::characterset::CFCharacterSetRef">CFCharacterSetRef</a></h3></section><section id="impl-ToVoid%3CCFData%3E-for-CFData" class="impl"><a class="src rightside" href="../../src/core_foundation/data.rs.html#27">source</a><a href="#impl-ToVoid%3CCFData%3E-for-CFData" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a><<a class="struct" href="../data/struct.CFData.html" title="struct core_foundation::data::CFData">CFData</a>> for <a class="struct" href="../data/struct.CFData.html" title="struct core_foundation::data::CFData">CFData</a></h3></section><section id="impl-ToVoid%3CCFData%3E-for-*const+__CFData" class="impl"><a class="src rightside" href="../../src/core_foundation/data.rs.html#27">source</a><a href="#impl-ToVoid%3CCFData%3E-for-*const+__CFData" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a><<a class="struct" href="../data/struct.CFData.html" title="struct core_foundation::data::CFData">CFData</a>> for <a class="type" href="../data/type.CFDataRef.html" title="type core_foundation::data::CFDataRef">CFDataRef</a></h3></section><section id="impl-ToVoid%3CCFDate%3E-for-CFDate" class="impl"><a class="src rightside" href="../../src/core_foundation/date.rs.html#25">source</a><a href="#impl-ToVoid%3CCFDate%3E-for-CFDate" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a><<a class="struct" href="../date/struct.CFDate.html" title="struct core_foundation::date::CFDate">CFDate</a>> for <a class="struct" href="../date/struct.CFDate.html" title="struct core_foundation::date::CFDate">CFDate</a></h3></section><section id="impl-ToVoid%3CCFDate%3E-for-*const+__CFDate" class="impl"><a class="src rightside" href="../../src/core_foundation/date.rs.html#25">source</a><a href="#impl-ToVoid%3CCFDate%3E-for-*const+__CFDate" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a><<a class="struct" href="../date/struct.CFDate.html" title="struct core_foundation::date::CFDate">CFDate</a>> for <a class="type" href="../date/type.CFDateRef.html" title="type core_foundation::date::CFDateRef">CFDateRef</a></h3></section><section id="impl-ToVoid%3CCFDictionary%3E-for-CFDictionary" class="impl"><a class="src rightside" href="../../src/core_foundation/dictionary.rs.html#33">source</a><a href="#impl-ToVoid%3CCFDictionary%3E-for-CFDictionary" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a><<a class="struct" href="../dictionary/struct.CFDictionary.html" title="struct core_foundation::dictionary::CFDictionary">CFDictionary</a>> for <a class="struct" href="../dictionary/struct.CFDictionary.html" title="struct core_foundation::dictionary::CFDictionary">CFDictionary</a></h3></section><section id="impl-ToVoid%3CCFDictionary%3E-for-*const+__CFDictionary" class="impl"><a class="src rightside" href="../../src/core_foundation/dictionary.rs.html#33">source</a><a href="#impl-ToVoid%3CCFDictionary%3E-for-*const+__CFDictionary" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a><<a class="struct" href="../dictionary/struct.CFDictionary.html" title="struct core_foundation::dictionary::CFDictionary">CFDictionary</a>> for <a class="type" href="../dictionary/type.CFDictionaryRef.html" title="type core_foundation::dictionary::CFDictionaryRef">CFDictionaryRef</a></h3></section><section id="impl-ToVoid%3CCFMutableDictionary%3E-for-CFMutableDictionary" class="impl"><a class="src rightside" href="../../src/core_foundation/dictionary.rs.html#140">source</a><a href="#impl-ToVoid%3CCFMutableDictionary%3E-for-CFMutableDictionary" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a><<a class="struct" href="../dictionary/struct.CFMutableDictionary.html" title="struct core_foundation::dictionary::CFMutableDictionary">CFMutableDictionary</a>> for <a class="struct" href="../dictionary/struct.CFMutableDictionary.html" title="struct core_foundation::dictionary::CFMutableDictionary">CFMutableDictionary</a></h3></section><section id="impl-ToVoid%3CCFMutableDictionary%3E-for-*mut+__CFDictionary" class="impl"><a class="src rightside" href="../../src/core_foundation/dictionary.rs.html#140">source</a><a href="#impl-ToVoid%3CCFMutableDictionary%3E-for-*mut+__CFDictionary" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a><<a class="struct" href="../dictionary/struct.CFMutableDictionary.html" title="struct core_foundation::dictionary::CFMutableDictionary">CFMutableDictionary</a>> for <a class="type" href="../dictionary/type.CFMutableDictionaryRef.html" title="type core_foundation::dictionary::CFMutableDictionaryRef">CFMutableDictionaryRef</a></h3></section><section id="impl-ToVoid%3CCFError%3E-for-CFError" class="impl"><a class="src rightside" href="../../src/core_foundation/error.rs.html#25">source</a><a href="#impl-ToVoid%3CCFError%3E-for-CFError" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a><<a class="struct" href="../error/struct.CFError.html" title="struct core_foundation::error::CFError">CFError</a>> for <a class="struct" href="../error/struct.CFError.html" title="struct core_foundation::error::CFError">CFError</a></h3></section><section id="impl-ToVoid%3CCFError%3E-for-*mut+__CFError" class="impl"><a class="src rightside" href="../../src/core_foundation/error.rs.html#25">source</a><a href="#impl-ToVoid%3CCFError%3E-for-*mut+__CFError" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a><<a class="struct" href="../error/struct.CFError.html" title="struct core_foundation::error::CFError">CFError</a>> for <a class="type" href="../error/type.CFErrorRef.html" title="type core_foundation::error::CFErrorRef">CFErrorRef</a></h3></section><section id="impl-ToVoid%3CCFFileDescriptor%3E-for-CFFileDescriptor" class="impl"><a class="src rightside" href="../../src/core_foundation/filedescriptor.rs.html#25">source</a><a href="#impl-ToVoid%3CCFFileDescriptor%3E-for-CFFileDescriptor" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a><<a class="struct" href="../filedescriptor/struct.CFFileDescriptor.html" title="struct core_foundation::filedescriptor::CFFileDescriptor">CFFileDescriptor</a>> for <a class="struct" href="../filedescriptor/struct.CFFileDescriptor.html" title="struct core_foundation::filedescriptor::CFFileDescriptor">CFFileDescriptor</a></h3></section><section id="impl-ToVoid%3CCFFileDescriptor%3E-for-*mut+__CFFileDescriptor" class="impl"><a class="src rightside" href="../../src/core_foundation/filedescriptor.rs.html#25">source</a><a href="#impl-ToVoid%3CCFFileDescriptor%3E-for-*mut+__CFFileDescriptor" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a><<a class="struct" href="../filedescriptor/struct.CFFileDescriptor.html" title="struct core_foundation::filedescriptor::CFFileDescriptor">CFFileDescriptor</a>> for <a class="type" href="../filedescriptor/type.CFFileDescriptorRef.html" title="type core_foundation::filedescriptor::CFFileDescriptorRef">CFFileDescriptorRef</a></h3></section><section id="impl-ToVoid%3CCFMachPort%3E-for-CFMachPort" class="impl"><a class="src rightside" href="../../src/core_foundation/mach_port.rs.html#11">source</a><a href="#impl-ToVoid%3CCFMachPort%3E-for-CFMachPort" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a><<a class="struct" href="../mach_port/struct.CFMachPort.html" title="struct core_foundation::mach_port::CFMachPort">CFMachPort</a>> for <a class="struct" href="../mach_port/struct.CFMachPort.html" title="struct core_foundation::mach_port::CFMachPort">CFMachPort</a></h3></section><section id="impl-ToVoid%3CCFMachPort%3E-for-*const+__CFMachPort" class="impl"><a class="src rightside" href="../../src/core_foundation/mach_port.rs.html#11">source</a><a href="#impl-ToVoid%3CCFMachPort%3E-for-*const+__CFMachPort" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a><<a class="struct" href="../mach_port/struct.CFMachPort.html" title="struct core_foundation::mach_port::CFMachPort">CFMachPort</a>> for <a class="type" href="../mach_port/type.CFMachPortRef.html" title="type core_foundation::mach_port::CFMachPortRef">CFMachPortRef</a></h3></section><section id="impl-ToVoid%3CCFNumber%3E-for-CFNumber" class="impl"><a class="src rightside" href="../../src/core_foundation/number.rs.html#23">source</a><a href="#impl-ToVoid%3CCFNumber%3E-for-CFNumber" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a><<a class="struct" href="../number/struct.CFNumber.html" title="struct core_foundation::number::CFNumber">CFNumber</a>> for <a class="struct" href="../number/struct.CFNumber.html" title="struct core_foundation::number::CFNumber">CFNumber</a></h3></section><section id="impl-ToVoid%3CCFNumber%3E-for-*const+__CFNumber" class="impl"><a class="src rightside" href="../../src/core_foundation/number.rs.html#23">source</a><a href="#impl-ToVoid%3CCFNumber%3E-for-*const+__CFNumber" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a><<a class="struct" href="../number/struct.CFNumber.html" title="struct core_foundation::number::CFNumber">CFNumber</a>> for <a class="type" href="../number/type.CFNumberRef.html" title="type core_foundation::number::CFNumberRef">CFNumberRef</a></h3></section><section id="impl-ToVoid%3CCFRunLoop%3E-for-CFRunLoop" class="impl"><a class="src rightside" href="../../src/core_foundation/runloop.rs.html#26">source</a><a href="#impl-ToVoid%3CCFRunLoop%3E-for-CFRunLoop" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a><<a class="struct" href="../runloop/struct.CFRunLoop.html" title="struct core_foundation::runloop::CFRunLoop">CFRunLoop</a>> for <a class="struct" href="../runloop/struct.CFRunLoop.html" title="struct core_foundation::runloop::CFRunLoop">CFRunLoop</a></h3></section><section id="impl-ToVoid%3CCFRunLoop%3E-for-*mut+__CFRunLoop" class="impl"><a class="src rightside" href="../../src/core_foundation/runloop.rs.html#26">source</a><a href="#impl-ToVoid%3CCFRunLoop%3E-for-*mut+__CFRunLoop" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a><<a class="struct" href="../runloop/struct.CFRunLoop.html" title="struct core_foundation::runloop::CFRunLoop">CFRunLoop</a>> for <a class="type" href="../runloop/type.CFRunLoopRef.html" title="type core_foundation::runloop::CFRunLoopRef">CFRunLoopRef</a></h3></section><section id="impl-ToVoid%3CCFRunLoopObserver%3E-for-CFRunLoopObserver" class="impl"><a class="src rightside" href="../../src/core_foundation/runloop.rs.html#174">source</a><a href="#impl-ToVoid%3CCFRunLoopObserver%3E-for-CFRunLoopObserver" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a><<a class="struct" href="../runloop/struct.CFRunLoopObserver.html" title="struct core_foundation::runloop::CFRunLoopObserver">CFRunLoopObserver</a>> for <a class="struct" href="../runloop/struct.CFRunLoopObserver.html" title="struct core_foundation::runloop::CFRunLoopObserver">CFRunLoopObserver</a></h3></section><section id="impl-ToVoid%3CCFRunLoopObserver%3E-for-*mut+__CFRunLoopObserver" class="impl"><a class="src rightside" href="../../src/core_foundation/runloop.rs.html#174">source</a><a href="#impl-ToVoid%3CCFRunLoopObserver%3E-for-*mut+__CFRunLoopObserver" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a><<a class="struct" href="../runloop/struct.CFRunLoopObserver.html" title="struct core_foundation::runloop::CFRunLoopObserver">CFRunLoopObserver</a>> for <a class="type" href="../runloop/type.CFRunLoopObserverRef.html" title="type core_foundation::runloop::CFRunLoopObserverRef">CFRunLoopObserverRef</a></h3></section><section id="impl-ToVoid%3CCFRunLoopSource%3E-for-CFRunLoopSource" class="impl"><a class="src rightside" href="../../src/core_foundation/runloop.rs.html#165">source</a><a href="#impl-ToVoid%3CCFRunLoopSource%3E-for-CFRunLoopSource" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a><<a class="struct" href="../runloop/struct.CFRunLoopSource.html" title="struct core_foundation::runloop::CFRunLoopSource">CFRunLoopSource</a>> for <a class="struct" href="../runloop/struct.CFRunLoopSource.html" title="struct core_foundation::runloop::CFRunLoopSource">CFRunLoopSource</a></h3></section><section id="impl-ToVoid%3CCFRunLoopSource%3E-for-*mut+__CFRunLoopSource" class="impl"><a class="src rightside" href="../../src/core_foundation/runloop.rs.html#165">source</a><a href="#impl-ToVoid%3CCFRunLoopSource%3E-for-*mut+__CFRunLoopSource" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a><<a class="struct" href="../runloop/struct.CFRunLoopSource.html" title="struct core_foundation::runloop::CFRunLoopSource">CFRunLoopSource</a>> for <a class="type" href="../runloop/type.CFRunLoopSourceRef.html" title="type core_foundation::runloop::CFRunLoopSourceRef">CFRunLoopSourceRef</a></h3></section><section id="impl-ToVoid%3CCFRunLoopTimer%3E-for-CFRunLoopTimer" class="impl"><a class="src rightside" href="../../src/core_foundation/runloop.rs.html#152">source</a><a href="#impl-ToVoid%3CCFRunLoopTimer%3E-for-CFRunLoopTimer" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a><<a class="struct" href="../runloop/struct.CFRunLoopTimer.html" title="struct core_foundation::runloop::CFRunLoopTimer">CFRunLoopTimer</a>> for <a class="struct" href="../runloop/struct.CFRunLoopTimer.html" title="struct core_foundation::runloop::CFRunLoopTimer">CFRunLoopTimer</a></h3></section><section id="impl-ToVoid%3CCFRunLoopTimer%3E-for-*mut+__CFRunLoopTimer" class="impl"><a class="src rightside" href="../../src/core_foundation/runloop.rs.html#152">source</a><a href="#impl-ToVoid%3CCFRunLoopTimer%3E-for-*mut+__CFRunLoopTimer" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a><<a class="struct" href="../runloop/struct.CFRunLoopTimer.html" title="struct core_foundation::runloop::CFRunLoopTimer">CFRunLoopTimer</a>> for <a class="type" href="../runloop/type.CFRunLoopTimerRef.html" title="type core_foundation::runloop::CFRunLoopTimerRef">CFRunLoopTimerRef</a></h3></section><section id="impl-ToVoid%3CCFSet%3E-for-CFSet" class="impl"><a class="src rightside" href="../../src/core_foundation/set.rs.html#29">source</a><a href="#impl-ToVoid%3CCFSet%3E-for-CFSet" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a><<a class="struct" href="../set/struct.CFSet.html" title="struct core_foundation::set::CFSet">CFSet</a>> for <a class="struct" href="../set/struct.CFSet.html" title="struct core_foundation::set::CFSet">CFSet</a></h3></section><section id="impl-ToVoid%3CCFSet%3E-for-*const+__CFSet" class="impl"><a class="src rightside" href="../../src/core_foundation/set.rs.html#29">source</a><a href="#impl-ToVoid%3CCFSet%3E-for-*const+__CFSet" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a><<a class="struct" href="../set/struct.CFSet.html" title="struct core_foundation::set::CFSet">CFSet</a>> for <a class="type" href="../set/type.CFSetRef.html" title="type core_foundation::set::CFSetRef">CFSetRef</a></h3></section><section id="impl-ToVoid%3CCFString%3E-for-CFString" class="impl"><a class="src rightside" href="../../src/core_foundation/string.rs.html#29">source</a><a href="#impl-ToVoid%3CCFString%3E-for-CFString" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a><<a class="struct" href="../string/struct.CFString.html" title="struct core_foundation::string::CFString">CFString</a>> for <a class="struct" href="../string/struct.CFString.html" title="struct core_foundation::string::CFString">CFString</a></h3></section><section id="impl-ToVoid%3CCFString%3E-for-*const+__CFString" class="impl"><a class="src rightside" href="../../src/core_foundation/string.rs.html#29">source</a><a href="#impl-ToVoid%3CCFString%3E-for-*const+__CFString" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a><<a class="struct" href="../string/struct.CFString.html" title="struct core_foundation::string::CFString">CFString</a>> for <a class="type" href="../string/type.CFStringRef.html" title="type core_foundation::string::CFStringRef">CFStringRef</a></h3></section><section id="impl-ToVoid%3CCFTimeZone%3E-for-CFTimeZone" class="impl"><a class="src rightside" href="../../src/core_foundation/timezone.rs.html#27">source</a><a href="#impl-ToVoid%3CCFTimeZone%3E-for-CFTimeZone" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a><<a class="struct" href="../timezone/struct.CFTimeZone.html" title="struct core_foundation::timezone::CFTimeZone">CFTimeZone</a>> for <a class="struct" href="../timezone/struct.CFTimeZone.html" title="struct core_foundation::timezone::CFTimeZone">CFTimeZone</a></h3></section><section id="impl-ToVoid%3CCFTimeZone%3E-for-*const+__CFTimeZone" class="impl"><a class="src rightside" href="../../src/core_foundation/timezone.rs.html#27">source</a><a href="#impl-ToVoid%3CCFTimeZone%3E-for-*const+__CFTimeZone" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a><<a class="struct" href="../timezone/struct.CFTimeZone.html" title="struct core_foundation::timezone::CFTimeZone">CFTimeZone</a>> for <a class="type" href="../timezone/type.CFTimeZoneRef.html" title="type core_foundation::timezone::CFTimeZoneRef">CFTimeZoneRef</a></h3></section><section id="impl-ToVoid%3CCFURL%3E-for-CFURL" class="impl"><a class="src rightside" href="../../src/core_foundation/url.rs.html#31">source</a><a href="#impl-ToVoid%3CCFURL%3E-for-CFURL" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a><<a class="struct" href="../url/struct.CFURL.html" title="struct core_foundation::url::CFURL">CFURL</a>> for <a class="struct" href="../url/struct.CFURL.html" title="struct core_foundation::url::CFURL">CFURL</a></h3></section><section id="impl-ToVoid%3CCFURL%3E-for-*const+__CFURL" class="impl"><a class="src rightside" href="../../src/core_foundation/url.rs.html#31">source</a><a href="#impl-ToVoid%3CCFURL%3E-for-*const+__CFURL" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a><<a class="struct" href="../url/struct.CFURL.html" title="struct core_foundation::url::CFURL">CFURL</a>> for <a class="type" href="../url/type.CFURLRef.html" title="type core_foundation::url::CFURLRef">CFURLRef</a></h3></section><section id="impl-ToVoid%3CCFUUID%3E-for-CFUUID" class="impl"><a class="src rightside" href="../../src/core_foundation/uuid.rs.html#28">source</a><a href="#impl-ToVoid%3CCFUUID%3E-for-CFUUID" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a><<a class="struct" href="../uuid/struct.CFUUID.html" title="struct core_foundation::uuid::CFUUID">CFUUID</a>> for <a class="struct" href="../uuid/struct.CFUUID.html" title="struct core_foundation::uuid::CFUUID">CFUUID</a></h3></section><section id="impl-ToVoid%3CCFUUID%3E-for-*const+__CFUUID" class="impl"><a class="src rightside" href="../../src/core_foundation/uuid.rs.html#28">source</a><a href="#impl-ToVoid%3CCFUUID%3E-for-*const+__CFUUID" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a><<a class="struct" href="../uuid/struct.CFUUID.html" title="struct core_foundation::uuid::CFUUID">CFUUID</a>> for <a class="type" href="../uuid/type.CFUUIDRef.html" title="type core_foundation::uuid::CFUUIDRef">CFUUIDRef</a></h3></section><section id="impl-ToVoid%3CCFAllocator%3E-for-CFAllocator" class="impl"><a class="src rightside" href="../../src/core_foundation/base.rs.html#144">source</a><a href="#impl-ToVoid%3CCFAllocator%3E-for-CFAllocator" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a><<a class="struct" href="struct.CFAllocator.html" title="struct core_foundation::base::CFAllocator">CFAllocator</a>> for <a class="struct" href="struct.CFAllocator.html" title="struct core_foundation::base::CFAllocator">CFAllocator</a></h3></section><section id="impl-ToVoid%3CCFAllocator%3E-for-*const+c_void" class="impl"><a class="src rightside" href="../../src/core_foundation/base.rs.html#144">source</a><a href="#impl-ToVoid%3CCFAllocator%3E-for-*const+c_void" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a><<a class="struct" href="struct.CFAllocator.html" title="struct core_foundation::base::CFAllocator">CFAllocator</a>> for <a class="type" href="../mach_port/type.CFAllocatorRef.html" title="type core_foundation::mach_port::CFAllocatorRef">CFAllocatorRef</a></h3></section><section id="impl-ToVoid%3CCFType%3E-for-CFType" class="impl"><a class="src rightside" href="../../src/core_foundation/base.rs.html#386-390">source</a><a href="#impl-ToVoid%3CCFType%3E-for-CFType" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a><<a class="struct" href="struct.CFType.html" title="struct core_foundation::base::CFType">CFType</a>> for <a class="struct" href="struct.CFType.html" title="struct core_foundation::base::CFType">CFType</a></h3></section><section id="impl-ToVoid%3CCFType%3E-for-*const+c_void" class="impl"><a class="src rightside" href="../../src/core_foundation/base.rs.html#392-396">source</a><a href="#impl-ToVoid%3CCFType%3E-for-*const+c_void" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a><<a class="struct" href="struct.CFType.html" title="struct core_foundation::base::CFType">CFType</a>> for <a class="type" href="type.CFTypeRef.html" title="type core_foundation::base::CFTypeRef">CFTypeRef</a></h3></section><section id="impl-ToVoid%3CCFArray%3E-for-%26CFArray" class="impl"><a class="src rightside" href="../../src/core_foundation/array.rs.html#59">source</a><a href="#impl-ToVoid%3CCFArray%3E-for-%26CFArray" class="anchor">§</a><h3 class="code-header">impl<'a> <a class="trait" href="trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a><<a class="struct" href="../array/struct.CFArray.html" title="struct core_foundation::array::CFArray">CFArray</a>> for &'a <a class="struct" href="../array/struct.CFArray.html" title="struct core_foundation::array::CFArray">CFArray</a></h3></section><section id="impl-ToVoid%3CCFAttributedString%3E-for-%26CFAttributedString" class="impl"><a class="src rightside" href="../../src/core_foundation/attributed_string.rs.html#20">source</a><a href="#impl-ToVoid%3CCFAttributedString%3E-for-%26CFAttributedString" class="anchor">§</a><h3 class="code-header">impl<'a> <a class="trait" href="trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a><<a class="struct" href="../attributed_string/struct.CFAttributedString.html" title="struct core_foundation::attributed_string::CFAttributedString">CFAttributedString</a>> for &'a <a class="struct" href="../attributed_string/struct.CFAttributedString.html" title="struct core_foundation::attributed_string::CFAttributedString">CFAttributedString</a></h3></section><section id="impl-ToVoid%3CCFMutableAttributedString%3E-for-%26CFMutableAttributedString" class="impl"><a class="src rightside" href="../../src/core_foundation/attributed_string.rs.html#44">source</a><a href="#impl-ToVoid%3CCFMutableAttributedString%3E-for-%26CFMutableAttributedString" class="anchor">§</a><h3 class="code-header">impl<'a> <a class="trait" href="trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a><<a class="struct" href="../attributed_string/struct.CFMutableAttributedString.html" title="struct core_foundation::attributed_string::CFMutableAttributedString">CFMutableAttributedString</a>> for &'a <a class="struct" href="../attributed_string/struct.CFMutableAttributedString.html" title="struct core_foundation::attributed_string::CFMutableAttributedString">CFMutableAttributedString</a></h3></section><section id="impl-ToVoid%3CCFBoolean%3E-for-%26CFBoolean" class="impl"><a class="src rightside" href="../../src/core_foundation/boolean.rs.html#23">source</a><a href="#impl-ToVoid%3CCFBoolean%3E-for-%26CFBoolean" class="anchor">§</a><h3 class="code-header">impl<'a> <a class="trait" href="trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a><<a class="struct" href="../boolean/struct.CFBoolean.html" title="struct core_foundation::boolean::CFBoolean">CFBoolean</a>> for &'a <a class="struct" href="../boolean/struct.CFBoolean.html" title="struct core_foundation::boolean::CFBoolean">CFBoolean</a></h3></section><section id="impl-ToVoid%3CCFBundle%3E-for-%26CFBundle" class="impl"><a class="src rightside" href="../../src/core_foundation/bundle.rs.html#27">source</a><a href="#impl-ToVoid%3CCFBundle%3E-for-%26CFBundle" class="anchor">§</a><h3 class="code-header">impl<'a> <a class="trait" href="trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a><<a class="struct" href="../bundle/struct.CFBundle.html" title="struct core_foundation::bundle::CFBundle">CFBundle</a>> for &'a <a class="struct" href="../bundle/struct.CFBundle.html" title="struct core_foundation::bundle::CFBundle">CFBundle</a></h3></section><section id="impl-ToVoid%3CCFCharacterSet%3E-for-%26CFCharacterSet" class="impl"><a class="src rightside" href="../../src/core_foundation/characterset.rs.html#20">source</a><a href="#impl-ToVoid%3CCFCharacterSet%3E-for-%26CFCharacterSet" class="anchor">§</a><h3 class="code-header">impl<'a> <a class="trait" href="trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a><<a class="struct" href="../characterset/struct.CFCharacterSet.html" title="struct core_foundation::characterset::CFCharacterSet">CFCharacterSet</a>> for &'a <a class="struct" href="../characterset/struct.CFCharacterSet.html" title="struct core_foundation::characterset::CFCharacterSet">CFCharacterSet</a></h3></section><section id="impl-ToVoid%3CCFData%3E-for-%26CFData" class="impl"><a class="src rightside" href="../../src/core_foundation/data.rs.html#27">source</a><a href="#impl-ToVoid%3CCFData%3E-for-%26CFData" class="anchor">§</a><h3 class="code-header">impl<'a> <a class="trait" href="trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a><<a class="struct" href="../data/struct.CFData.html" title="struct core_foundation::data::CFData">CFData</a>> for &'a <a class="struct" href="../data/struct.CFData.html" title="struct core_foundation::data::CFData">CFData</a></h3></section><section id="impl-ToVoid%3CCFDate%3E-for-%26CFDate" class="impl"><a class="src rightside" href="../../src/core_foundation/date.rs.html#25">source</a><a href="#impl-ToVoid%3CCFDate%3E-for-%26CFDate" class="anchor">§</a><h3 class="code-header">impl<'a> <a class="trait" href="trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a><<a class="struct" href="../date/struct.CFDate.html" title="struct core_foundation::date::CFDate">CFDate</a>> for &'a <a class="struct" href="../date/struct.CFDate.html" title="struct core_foundation::date::CFDate">CFDate</a></h3></section><section id="impl-ToVoid%3CCFDictionary%3E-for-%26CFDictionary" class="impl"><a class="src rightside" href="../../src/core_foundation/dictionary.rs.html#33">source</a><a href="#impl-ToVoid%3CCFDictionary%3E-for-%26CFDictionary" class="anchor">§</a><h3 class="code-header">impl<'a> <a class="trait" href="trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a><<a class="struct" href="../dictionary/struct.CFDictionary.html" title="struct core_foundation::dictionary::CFDictionary">CFDictionary</a>> for &'a <a class="struct" href="../dictionary/struct.CFDictionary.html" title="struct core_foundation::dictionary::CFDictionary">CFDictionary</a></h3></section><section id="impl-ToVoid%3CCFMutableDictionary%3E-for-%26CFMutableDictionary" class="impl"><a class="src rightside" href="../../src/core_foundation/dictionary.rs.html#140">source</a><a href="#impl-ToVoid%3CCFMutableDictionary%3E-for-%26CFMutableDictionary" class="anchor">§</a><h3 class="code-header">impl<'a> <a class="trait" href="trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a><<a class="struct" href="../dictionary/struct.CFMutableDictionary.html" title="struct core_foundation::dictionary::CFMutableDictionary">CFMutableDictionary</a>> for &'a <a class="struct" href="../dictionary/struct.CFMutableDictionary.html" title="struct core_foundation::dictionary::CFMutableDictionary">CFMutableDictionary</a></h3></section><section id="impl-ToVoid%3CCFError%3E-for-%26CFError" class="impl"><a class="src rightside" href="../../src/core_foundation/error.rs.html#25">source</a><a href="#impl-ToVoid%3CCFError%3E-for-%26CFError" class="anchor">§</a><h3 class="code-header">impl<'a> <a class="trait" href="trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a><<a class="struct" href="../error/struct.CFError.html" title="struct core_foundation::error::CFError">CFError</a>> for &'a <a class="struct" href="../error/struct.CFError.html" title="struct core_foundation::error::CFError">CFError</a></h3></section><section id="impl-ToVoid%3CCFFileDescriptor%3E-for-%26CFFileDescriptor" class="impl"><a class="src rightside" href="../../src/core_foundation/filedescriptor.rs.html#25">source</a><a href="#impl-ToVoid%3CCFFileDescriptor%3E-for-%26CFFileDescriptor" class="anchor">§</a><h3 class="code-header">impl<'a> <a class="trait" href="trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a><<a class="struct" href="../filedescriptor/struct.CFFileDescriptor.html" title="struct core_foundation::filedescriptor::CFFileDescriptor">CFFileDescriptor</a>> for &'a <a class="struct" href="../filedescriptor/struct.CFFileDescriptor.html" title="struct core_foundation::filedescriptor::CFFileDescriptor">CFFileDescriptor</a></h3></section><section id="impl-ToVoid%3CCFMachPort%3E-for-%26CFMachPort" class="impl"><a class="src rightside" href="../../src/core_foundation/mach_port.rs.html#11">source</a><a href="#impl-ToVoid%3CCFMachPort%3E-for-%26CFMachPort" class="anchor">§</a><h3 class="code-header">impl<'a> <a class="trait" href="trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a><<a class="struct" href="../mach_port/struct.CFMachPort.html" title="struct core_foundation::mach_port::CFMachPort">CFMachPort</a>> for &'a <a class="struct" href="../mach_port/struct.CFMachPort.html" title="struct core_foundation::mach_port::CFMachPort">CFMachPort</a></h3></section><section id="impl-ToVoid%3CCFNumber%3E-for-%26CFNumber" class="impl"><a class="src rightside" href="../../src/core_foundation/number.rs.html#23">source</a><a href="#impl-ToVoid%3CCFNumber%3E-for-%26CFNumber" class="anchor">§</a><h3 class="code-header">impl<'a> <a class="trait" href="trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a><<a class="struct" href="../number/struct.CFNumber.html" title="struct core_foundation::number::CFNumber">CFNumber</a>> for &'a <a class="struct" href="../number/struct.CFNumber.html" title="struct core_foundation::number::CFNumber">CFNumber</a></h3></section><section id="impl-ToVoid%3CCFRunLoop%3E-for-%26CFRunLoop" class="impl"><a class="src rightside" href="../../src/core_foundation/runloop.rs.html#26">source</a><a href="#impl-ToVoid%3CCFRunLoop%3E-for-%26CFRunLoop" class="anchor">§</a><h3 class="code-header">impl<'a> <a class="trait" href="trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a><<a class="struct" href="../runloop/struct.CFRunLoop.html" title="struct core_foundation::runloop::CFRunLoop">CFRunLoop</a>> for &'a <a class="struct" href="../runloop/struct.CFRunLoop.html" title="struct core_foundation::runloop::CFRunLoop">CFRunLoop</a></h3></section><section id="impl-ToVoid%3CCFRunLoopObserver%3E-for-%26CFRunLoopObserver" class="impl"><a class="src rightside" href="../../src/core_foundation/runloop.rs.html#174">source</a><a href="#impl-ToVoid%3CCFRunLoopObserver%3E-for-%26CFRunLoopObserver" class="anchor">§</a><h3 class="code-header">impl<'a> <a class="trait" href="trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a><<a class="struct" href="../runloop/struct.CFRunLoopObserver.html" title="struct core_foundation::runloop::CFRunLoopObserver">CFRunLoopObserver</a>> for &'a <a class="struct" href="../runloop/struct.CFRunLoopObserver.html" title="struct core_foundation::runloop::CFRunLoopObserver">CFRunLoopObserver</a></h3></section><section id="impl-ToVoid%3CCFRunLoopSource%3E-for-%26CFRunLoopSource" class="impl"><a class="src rightside" href="../../src/core_foundation/runloop.rs.html#165">source</a><a href="#impl-ToVoid%3CCFRunLoopSource%3E-for-%26CFRunLoopSource" class="anchor">§</a><h3 class="code-header">impl<'a> <a class="trait" href="trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a><<a class="struct" href="../runloop/struct.CFRunLoopSource.html" title="struct core_foundation::runloop::CFRunLoopSource">CFRunLoopSource</a>> for &'a <a class="struct" href="../runloop/struct.CFRunLoopSource.html" title="struct core_foundation::runloop::CFRunLoopSource">CFRunLoopSource</a></h3></section><section id="impl-ToVoid%3CCFRunLoopTimer%3E-for-%26CFRunLoopTimer" class="impl"><a class="src rightside" href="../../src/core_foundation/runloop.rs.html#152">source</a><a href="#impl-ToVoid%3CCFRunLoopTimer%3E-for-%26CFRunLoopTimer" class="anchor">§</a><h3 class="code-header">impl<'a> <a class="trait" href="trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a><<a class="struct" href="../runloop/struct.CFRunLoopTimer.html" title="struct core_foundation::runloop::CFRunLoopTimer">CFRunLoopTimer</a>> for &'a <a class="struct" href="../runloop/struct.CFRunLoopTimer.html" title="struct core_foundation::runloop::CFRunLoopTimer">CFRunLoopTimer</a></h3></section><section id="impl-ToVoid%3CCFSet%3E-for-%26CFSet" class="impl"><a class="src rightside" href="../../src/core_foundation/set.rs.html#29">source</a><a href="#impl-ToVoid%3CCFSet%3E-for-%26CFSet" class="anchor">§</a><h3 class="code-header">impl<'a> <a class="trait" href="trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a><<a class="struct" href="../set/struct.CFSet.html" title="struct core_foundation::set::CFSet">CFSet</a>> for &'a <a class="struct" href="../set/struct.CFSet.html" title="struct core_foundation::set::CFSet">CFSet</a></h3></section><section id="impl-ToVoid%3CCFString%3E-for-%26CFString" class="impl"><a class="src rightside" href="../../src/core_foundation/string.rs.html#29">source</a><a href="#impl-ToVoid%3CCFString%3E-for-%26CFString" class="anchor">§</a><h3 class="code-header">impl<'a> <a class="trait" href="trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a><<a class="struct" href="../string/struct.CFString.html" title="struct core_foundation::string::CFString">CFString</a>> for &'a <a class="struct" href="../string/struct.CFString.html" title="struct core_foundation::string::CFString">CFString</a></h3></section><section id="impl-ToVoid%3CCFTimeZone%3E-for-%26CFTimeZone" class="impl"><a class="src rightside" href="../../src/core_foundation/timezone.rs.html#27">source</a><a href="#impl-ToVoid%3CCFTimeZone%3E-for-%26CFTimeZone" class="anchor">§</a><h3 class="code-header">impl<'a> <a class="trait" href="trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a><<a class="struct" href="../timezone/struct.CFTimeZone.html" title="struct core_foundation::timezone::CFTimeZone">CFTimeZone</a>> for &'a <a class="struct" href="../timezone/struct.CFTimeZone.html" title="struct core_foundation::timezone::CFTimeZone">CFTimeZone</a></h3></section><section id="impl-ToVoid%3CCFURL%3E-for-%26CFURL" class="impl"><a class="src rightside" href="../../src/core_foundation/url.rs.html#31">source</a><a href="#impl-ToVoid%3CCFURL%3E-for-%26CFURL" class="anchor">§</a><h3 class="code-header">impl<'a> <a class="trait" href="trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a><<a class="struct" href="../url/struct.CFURL.html" title="struct core_foundation::url::CFURL">CFURL</a>> for &'a <a class="struct" href="../url/struct.CFURL.html" title="struct core_foundation::url::CFURL">CFURL</a></h3></section><section id="impl-ToVoid%3CCFUUID%3E-for-%26CFUUID" class="impl"><a class="src rightside" href="../../src/core_foundation/uuid.rs.html#28">source</a><a href="#impl-ToVoid%3CCFUUID%3E-for-%26CFUUID" class="anchor">§</a><h3 class="code-header">impl<'a> <a class="trait" href="trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a><<a class="struct" href="../uuid/struct.CFUUID.html" title="struct core_foundation::uuid::CFUUID">CFUUID</a>> for &'a <a class="struct" href="../uuid/struct.CFUUID.html" title="struct core_foundation::uuid::CFUUID">CFUUID</a></h3></section><section id="impl-ToVoid%3CCFAllocator%3E-for-%26CFAllocator" class="impl"><a class="src rightside" href="../../src/core_foundation/base.rs.html#144">source</a><a href="#impl-ToVoid%3CCFAllocator%3E-for-%26CFAllocator" class="anchor">§</a><h3 class="code-header">impl<'a> <a class="trait" href="trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a><<a class="struct" href="struct.CFAllocator.html" title="struct core_foundation::base::CFAllocator">CFAllocator</a>> for &'a <a class="struct" href="struct.CFAllocator.html" title="struct core_foundation::base::CFAllocator">CFAllocator</a></h3></section><section id="impl-ToVoid%3CCFType%3E-for-%26CFType" class="impl"><a class="src rightside" href="../../src/core_foundation/base.rs.html#380-384">source</a><a href="#impl-ToVoid%3CCFType%3E-for-%26CFType" class="anchor">§</a><h3 class="code-header">impl<'a> <a class="trait" href="trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a><<a class="struct" href="struct.CFType.html" title="struct core_foundation::base::CFType">CFType</a>> for &'a <a class="struct" href="struct.CFType.html" title="struct core_foundation::base::CFType">CFType</a></h3></section></div><script src="../../trait.impl/core_foundation/base/trait.ToVoid.js" data-ignore-extern-crates="core_foundation_sys,std" async></script></section></div></main></body></html> |