Files
google-apis-rs/core_foundation/dictionary/struct.CFMutableDictionary.html
2024-03-05 21:06:01 +01:00

53 lines
64 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!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="API documentation for the Rust `CFMutableDictionary` struct in crate `core_foundation`."><title>CFMutableDictionary in core_foundation::dictionary - 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 struct"><!--[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">&#9776;</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="#">CFMutableDictionary</a></h2><div class="sidebar-elems"><section><h3><a href="#implementations">Methods</a></h3><ul class="block method"><li><a href="#method.add">add</a></li><li><a href="#method.contains_key">contains_key</a></li><li><a href="#method.copy_with_capacity">copy_with_capacity</a></li><li><a href="#method.find">find</a></li><li><a href="#method.from_CFType_pairs">from_CFType_pairs</a></li><li><a href="#method.get">get</a></li><li><a href="#method.get_keys_and_values">get_keys_and_values</a></li><li><a href="#method.into_untyped">into_untyped</a></li><li><a href="#method.is_empty">is_empty</a></li><li><a href="#method.len">len</a></li><li><a href="#method.new">new</a></li><li><a href="#method.remove">remove</a></li><li><a href="#method.remove_all">remove_all</a></li><li><a href="#method.replace">replace</a></li><li><a href="#method.set">set</a></li><li><a href="#method.to_immutable">to_immutable</a></li><li><a href="#method.to_untyped">to_untyped</a></li><li><a href="#method.with_capacity">with_capacity</a></li></ul><h3><a href="#trait-implementations">Trait Implementations</a></h3><ul class="block trait-implementation"><li><a href="#impl-Clone-for-CFMutableDictionary">Clone</a></li><li><a href="#impl-Debug-for-CFMutableDictionary">Debug</a></li><li><a href="#impl-Default-for-CFMutableDictionary%3CK,+V%3E">Default</a></li><li><a href="#impl-Drop-for-CFMutableDictionary%3CK,+V%3E">Drop</a></li><li><a href="#impl-Eq-for-CFMutableDictionary">Eq</a></li><li><a href="#impl-From%3C%26CFDictionary%3CK,+V%3E%3E-for-CFMutableDictionary%3CK,+V%3E">From&lt;&amp;&#x27;a CFDictionary&lt;K, V&gt;&gt;</a></li><li><a href="#impl-PartialEq-for-CFMutableDictionary">PartialEq</a></li><li><a href="#impl-TCFType-for-CFMutableDictionary%3CK,+V%3E">TCFType</a></li><li><a href="#impl-ToVoid%3CCFMutableDictionary%3E-for-%26CFMutableDictionary">ToVoid&lt;CFMutableDictionary&gt;</a></li><li><a href="#impl-ToVoid%3CCFMutableDictionary%3E-for-*mut+__CFDictionary">ToVoid&lt;CFMutableDictionary&gt;</a></li><li><a href="#impl-ToVoid%3CCFMutableDictionary%3E-for-CFMutableDictionary">ToVoid&lt;CFMutableDictionary&gt;</a></li></ul><h3><a href="#synthetic-implementations">Auto Trait Implementations</a></h3><ul class="block synthetic-implementation"><li><a href="#impl-Send-for-CFMutableDictionary%3CK,+V%3E">!Send</a></li><li><a href="#impl-Sync-for-CFMutableDictionary%3CK,+V%3E">!Sync</a></li><li><a href="#impl-RefUnwindSafe-for-CFMutableDictionary%3CK,+V%3E">RefUnwindSafe</a></li><li><a href="#impl-Unpin-for-CFMutableDictionary%3CK,+V%3E">Unpin</a></li><li><a href="#impl-UnwindSafe-for-CFMutableDictionary%3CK,+V%3E">UnwindSafe</a></li></ul><h3><a href="#blanket-implementations">Blanket Implementations</a></h3><ul class="block blanket-implementation"><li><a href="#impl-Any-for-T">Any</a></li><li><a href="#impl-Borrow%3CT%3E-for-T">Borrow&lt;T&gt;</a></li><li><a href="#impl-BorrowMut%3CT%3E-for-T">BorrowMut&lt;T&gt;</a></li><li><a href="#impl-From%3CT%3E-for-T">From&lt;T&gt;</a></li><li><a href="#impl-FromMutVoid-for-T">FromMutVoid</a></li><li><a href="#impl-FromVoid-for-T">FromVoid</a></li><li><a href="#impl-Into%3CU%3E-for-T">Into&lt;U&gt;</a></li><li><a href="#impl-ToOwned-for-T">ToOwned</a></li><li><a href="#impl-TryFrom%3CU%3E-for-T">TryFrom&lt;U&gt;</a></li><li><a href="#impl-TryInto%3CU%3E-for-T">TryInto&lt;U&gt;</a></li></ul></section><h2><a href="index.html">In core_foundation::dictionary</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>Struct <a href="../index.html">core_foundation</a>::<wbr><a href="index.html">dictionary</a>::<wbr><a class="struct" href="#">CFMutableDictionary</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/dictionary.rs.html#132">source</a> · <button id="toggle-all-docs" title="collapse all docs">[<span>&#x2212;</span>]</button></span></div><pre class="rust item-decl"><code>pub struct CFMutableDictionary&lt;K = <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>, V = <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>&gt;(<span class="comment">/* private fields */</span>);</code></pre><h2 id="implementations" class="section-header">Implementations<a href="#implementations" class="anchor">§</a></h2><div id="implementations-list"><details class="toggle implementors-toggle" open><summary><section id="impl-CFMutableDictionary%3CK,+V%3E" class="impl"><a class="src rightside" href="../../src/core_foundation/dictionary.rs.html#143-280">source</a><a href="#impl-CFMutableDictionary%3CK,+V%3E" class="anchor">§</a><h3 class="code-header">impl&lt;K, V&gt; <a class="struct" href="struct.CFMutableDictionary.html" title="struct core_foundation::dictionary::CFMutableDictionary">CFMutableDictionary</a>&lt;K, V&gt;</h3></section></summary><div class="impl-items"><section id="method.new" class="method"><a class="src rightside" href="../../src/core_foundation/dictionary.rs.html#144-146">source</a><h4 class="code-header">pub fn <a href="#method.new" class="fn">new</a>() -&gt; Self</h4></section><section id="method.with_capacity" class="method"><a class="src rightside" href="../../src/core_foundation/dictionary.rs.html#148-156">source</a><h4 class="code-header">pub fn <a href="#method.with_capacity" class="fn">with_capacity</a>(capacity: <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.isize.html">isize</a>) -&gt; Self</h4></section><section id="method.copy_with_capacity" class="method"><a class="src rightside" href="../../src/core_foundation/dictionary.rs.html#158-163">source</a><h4 class="code-header">pub fn <a href="#method.copy_with_capacity" class="fn">copy_with_capacity</a>(&amp;self, capacity: <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.isize.html">isize</a>) -&gt; Self</h4></section><section id="method.from_CFType_pairs" class="method"><a class="src rightside" href="../../src/core_foundation/dictionary.rs.html#165-171">source</a><h4 class="code-header">pub fn <a href="#method.from_CFType_pairs" class="fn">from_CFType_pairs</a>(pairs: &amp;[<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.tuple.html">(K, V)</a>]) -&gt; <a class="struct" href="struct.CFMutableDictionary.html" title="struct core_foundation::dictionary::CFMutableDictionary">CFMutableDictionary</a>&lt;K, V&gt;<div class="where">where
K: <a class="trait" href="../base/trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a>&lt;K&gt;,
V: <a class="trait" href="../base/trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a>&lt;V&gt;,</div></h4></section><section id="method.to_untyped" class="method"><a class="src rightside" href="../../src/core_foundation/dictionary.rs.html#174-176">source</a><h4 class="code-header">pub fn <a href="#method.to_untyped" class="fn">to_untyped</a>(&amp;self) -&gt; <a class="struct" href="struct.CFMutableDictionary.html" title="struct core_foundation::dictionary::CFMutableDictionary">CFMutableDictionary</a></h4></section><details class="toggle method-toggle" open><summary><section id="method.into_untyped" class="method"><a class="src rightside" href="../../src/core_foundation/dictionary.rs.html#181-185">source</a><h4 class="code-header">pub fn <a href="#method.into_untyped" class="fn">into_untyped</a>(self) -&gt; <a class="struct" href="struct.CFMutableDictionary.html" title="struct core_foundation::dictionary::CFMutableDictionary">CFMutableDictionary</a></h4></section></summary><div class="docblock"><p>Returns the same dictionary, but with the types reset to void pointers.
Equal to <code>to_untyped</code>, but is faster since it does not increment the retain count.</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.to_immutable" class="method"><a class="src rightside" href="../../src/core_foundation/dictionary.rs.html#189-191">source</a><h4 class="code-header">pub fn <a href="#method.to_immutable" class="fn">to_immutable</a>(&amp;self) -&gt; <a class="struct" href="struct.CFDictionary.html" title="struct core_foundation::dictionary::CFDictionary">CFDictionary</a>&lt;K, V&gt;</h4></section></summary><div class="docblock"><p>Returns a <code>CFDictionary</code> pointing to the same underlying dictionary as this mutable one.</p>
</div></details><section id="method.len" class="method"><a class="src rightside" href="../../src/core_foundation/dictionary.rs.html#196-200">source</a><h4 class="code-header">pub fn <a href="#method.len" class="fn">len</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.usize.html">usize</a></h4></section><section id="method.is_empty" class="method"><a class="src rightside" href="../../src/core_foundation/dictionary.rs.html#203-205">source</a><h4 class="code-header">pub fn <a href="#method.is_empty" class="fn">is_empty</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.bool.html">bool</a></h4></section><section id="method.contains_key" class="method"><a class="src rightside" href="../../src/core_foundation/dictionary.rs.html#208-212">source</a><h4 class="code-header">pub fn <a href="#method.contains_key" class="fn">contains_key</a>(&amp;self, key: <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>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.bool.html">bool</a></h4></section><section id="method.find" class="method"><a class="src rightside" href="../../src/core_foundation/dictionary.rs.html#215-224">source</a><h4 class="code-header">pub fn <a href="#method.find" class="fn">find</a>&lt;'a&gt;(&amp;'a self, key: <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.reference.html">&amp;K</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../base/struct.ItemRef.html" title="struct core_foundation::base::ItemRef">ItemRef</a>&lt;'a, V&gt;&gt;<div class="where">where
V: <a class="trait" href="../base/trait.FromVoid.html" title="trait core_foundation::base::FromVoid">FromVoid</a>,
K: <a class="trait" href="../base/trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a>&lt;K&gt;,</div></h4></section><details class="toggle method-toggle" open><summary><section id="method.get" class="method"><a class="src rightside" href="../../src/core_foundation/dictionary.rs.html#231-234">source</a><h4 class="code-header">pub fn <a href="#method.get" class="fn">get</a>&lt;'a&gt;(&amp;'a self, key: <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.reference.html">&amp;K</a>) -&gt; <a class="struct" href="../base/struct.ItemRef.html" title="struct core_foundation::base::ItemRef">ItemRef</a>&lt;'a, V&gt;<div class="where">where
V: <a class="trait" href="../base/trait.FromVoid.html" title="trait core_foundation::base::FromVoid">FromVoid</a>,
K: <a class="trait" href="../base/trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a>&lt;K&gt;,</div></h4></section></summary><div class="docblock"><h5 id="panics"><a href="#panics">Panics</a></h5>
<p>Panics if the key is not present in the dictionary. Use <code>find</code> to get an <code>Option</code> instead
of panicking.</p>
</div></details><section id="method.get_keys_and_values" class="method"><a class="src rightside" href="../../src/core_foundation/dictionary.rs.html#236-248">source</a><h4 class="code-header">pub fn <a href="#method.get_keys_and_values" class="fn">get_keys_and_values</a>(&amp;self) -&gt; (<a class="struct" href="https://doc.rust-lang.org/1.76.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<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>&gt;, <a class="struct" href="https://doc.rust-lang.org/1.76.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<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>&gt;)</h4></section><details class="toggle method-toggle" open><summary><section id="method.add" class="method"><a class="src rightside" href="../../src/core_foundation/dictionary.rs.html#254-256">source</a><h4 class="code-header">pub fn <a href="#method.add" class="fn">add</a>(&amp;mut self, key: <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.reference.html">&amp;K</a>, value: <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.reference.html">&amp;V</a>)<div class="where">where
K: <a class="trait" href="../base/trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a>&lt;K&gt;,
V: <a class="trait" href="../base/trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a>&lt;V&gt;,</div></h4></section></summary><div class="docblock"><p>Adds the key-value pair to the dictionary if no such key already exist.</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.set" class="method"><a class="src rightside" href="../../src/core_foundation/dictionary.rs.html#260-262">source</a><h4 class="code-header">pub fn <a href="#method.set" class="fn">set</a>(&amp;mut self, key: K, value: V)<div class="where">where
K: <a class="trait" href="../base/trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a>&lt;K&gt;,
V: <a class="trait" href="../base/trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a>&lt;V&gt;,</div></h4></section></summary><div class="docblock"><p>Sets the value of the key in the dictionary.</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.replace" class="method"><a class="src rightside" href="../../src/core_foundation/dictionary.rs.html#266-268">source</a><h4 class="code-header">pub fn <a href="#method.replace" class="fn">replace</a>(&amp;mut self, key: K, value: V)<div class="where">where
K: <a class="trait" href="../base/trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a>&lt;K&gt;,
V: <a class="trait" href="../base/trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a>&lt;V&gt;,</div></h4></section></summary><div class="docblock"><p>Replaces the value of the key in the dictionary.</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.remove" class="method"><a class="src rightside" href="../../src/core_foundation/dictionary.rs.html#272-274">source</a><h4 class="code-header">pub fn <a href="#method.remove" class="fn">remove</a>(&amp;mut self, key: K)<div class="where">where
K: <a class="trait" href="../base/trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a>&lt;K&gt;,</div></h4></section></summary><div class="docblock"><p>Removes the value of the key from the dictionary.</p>
</div></details><section id="method.remove_all" class="method"><a class="src rightside" href="../../src/core_foundation/dictionary.rs.html#277-279">source</a><h4 class="code-header">pub fn <a href="#method.remove_all" class="fn">remove_all</a>(&amp;mut self)</h4></section></div></details></div><h2 id="trait-implementations" class="section-header">Trait Implementations<a href="#trait-implementations" class="anchor">§</a></h2><div id="trait-implementations-list"><details class="toggle implementors-toggle" open><summary><section id="impl-Clone-for-CFMutableDictionary" class="impl"><a class="src rightside" href="../../src/core_foundation/dictionary.rs.html#140">source</a><a href="#impl-Clone-for-CFMutableDictionary" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> for <a class="struct" href="struct.CFMutableDictionary.html" title="struct core_foundation::dictionary::CFMutableDictionary">CFMutableDictionary</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.clone" class="method trait-impl"><a class="src rightside" href="../../src/core_foundation/dictionary.rs.html#140">source</a><a href="#method.clone" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.76.0/core/clone/trait.Clone.html#tymethod.clone" class="fn">clone</a>(&amp;self) -&gt; <a class="struct" href="struct.CFMutableDictionary.html" title="struct core_foundation::dictionary::CFMutableDictionary">CFMutableDictionary</a></h4></section></summary><div class='docblock'>Returns a copy of the value. <a href="https://doc.rust-lang.org/1.76.0/core/clone/trait.Clone.html#tymethod.clone">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.clone_from" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.76.0/src/core/clone.rs.html#169">source</a></span><a href="#method.clone_from" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.76.0/core/clone/trait.Clone.html#method.clone_from" class="fn">clone_from</a>(&amp;mut self, source: <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.reference.html">&amp;Self</a>)</h4></section></summary><div class='docblock'>Performs copy-assignment from <code>source</code>. <a href="https://doc.rust-lang.org/1.76.0/core/clone/trait.Clone.html#method.clone_from">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Debug-for-CFMutableDictionary" class="impl"><a class="src rightside" href="../../src/core_foundation/dictionary.rs.html#141">source</a><a href="#impl-Debug-for-CFMutableDictionary" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a> for <a class="struct" href="struct.CFMutableDictionary.html" title="struct core_foundation::dictionary::CFMutableDictionary">CFMutableDictionary</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.fmt" class="method trait-impl"><a class="src rightside" href="../../src/core_foundation/dictionary.rs.html#141">source</a><a href="#method.fmt" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.76.0/core/fmt/trait.Debug.html#tymethod.fmt" class="fn">fmt</a>(&amp;self, f: &amp;mut <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/fmt/struct.Formatter.html" title="struct core::fmt::Formatter">Formatter</a>&lt;'_&gt;) -&gt; <a class="type" href="https://doc.rust-lang.org/1.76.0/core/fmt/type.Result.html" title="type core::fmt::Result">Result</a></h4></section></summary><div class='docblock'>Formats the value using the given formatter. <a href="https://doc.rust-lang.org/1.76.0/core/fmt/trait.Debug.html#tymethod.fmt">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Default-for-CFMutableDictionary%3CK,+V%3E" class="impl"><a class="src rightside" href="../../src/core_foundation/dictionary.rs.html#282-286">source</a><a href="#impl-Default-for-CFMutableDictionary%3CK,+V%3E" class="anchor">§</a><h3 class="code-header">impl&lt;K, V&gt; <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/default/trait.Default.html" title="trait core::default::Default">Default</a> for <a class="struct" href="struct.CFMutableDictionary.html" title="struct core_foundation::dictionary::CFMutableDictionary">CFMutableDictionary</a>&lt;K, V&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.default" class="method trait-impl"><a class="src rightside" href="../../src/core_foundation/dictionary.rs.html#283-285">source</a><a href="#method.default" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.76.0/core/default/trait.Default.html#tymethod.default" class="fn">default</a>() -&gt; Self</h4></section></summary><div class='docblock'>Returns the “default value” for a type. <a href="https://doc.rust-lang.org/1.76.0/core/default/trait.Default.html#tymethod.default">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Drop-for-CFMutableDictionary%3CK,+V%3E" class="impl"><a class="src rightside" href="../../src/core_foundation/dictionary.rs.html#134-138">source</a><a href="#impl-Drop-for-CFMutableDictionary%3CK,+V%3E" class="anchor">§</a><h3 class="code-header">impl&lt;K, V&gt; <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/ops/drop/trait.Drop.html" title="trait core::ops::drop::Drop">Drop</a> for <a class="struct" href="struct.CFMutableDictionary.html" title="struct core_foundation::dictionary::CFMutableDictionary">CFMutableDictionary</a>&lt;K, V&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.drop" class="method trait-impl"><a class="src rightside" href="../../src/core_foundation/dictionary.rs.html#135-137">source</a><a href="#method.drop" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.76.0/core/ops/drop/trait.Drop.html#tymethod.drop" class="fn">drop</a>(&amp;mut self)</h4></section></summary><div class='docblock'>Executes the destructor for this type. <a href="https://doc.rust-lang.org/1.76.0/core/ops/drop/trait.Drop.html#tymethod.drop">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-From%3C%26CFDictionary%3CK,+V%3E%3E-for-CFMutableDictionary%3CK,+V%3E" class="impl"><a class="src rightside" href="../../src/core_foundation/dictionary.rs.html#288-297">source</a><a href="#impl-From%3C%26CFDictionary%3CK,+V%3E%3E-for-CFMutableDictionary%3CK,+V%3E" class="anchor">§</a><h3 class="code-header">impl&lt;'a, K, V&gt; <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;&amp;'a <a class="struct" href="struct.CFDictionary.html" title="struct core_foundation::dictionary::CFDictionary">CFDictionary</a>&lt;K, V&gt;&gt; for <a class="struct" href="struct.CFMutableDictionary.html" title="struct core_foundation::dictionary::CFMutableDictionary">CFMutableDictionary</a>&lt;K, V&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.from" class="method trait-impl"><a class="src rightside" href="../../src/core_foundation/dictionary.rs.html#291-296">source</a><a href="#method.from" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.76.0/core/convert/trait.From.html#tymethod.from" class="fn">from</a>(dict: &amp;'a <a class="struct" href="struct.CFDictionary.html" title="struct core_foundation::dictionary::CFDictionary">CFDictionary</a>&lt;K, V&gt;) -&gt; Self</h4></section></summary><div class="docblock"><p>Creates a new mutable dictionary with the key-value pairs from another dictionary.
The capacity of the new mutable dictionary is not limited.</p>
</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PartialEq-for-CFMutableDictionary" class="impl"><a class="src rightside" href="../../src/core_foundation/dictionary.rs.html#140">source</a><a href="#impl-PartialEq-for-CFMutableDictionary" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a> for <a class="struct" href="struct.CFMutableDictionary.html" title="struct core_foundation::dictionary::CFMutableDictionary">CFMutableDictionary</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.eq" class="method trait-impl"><a class="src rightside" href="../../src/core_foundation/dictionary.rs.html#140">source</a><a href="#method.eq" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.76.0/core/cmp/trait.PartialEq.html#tymethod.eq" class="fn">eq</a>(&amp;self, other: &amp;<a class="struct" href="struct.CFMutableDictionary.html" title="struct core_foundation::dictionary::CFMutableDictionary">CFMutableDictionary</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>This method tests for <code>self</code> and <code>other</code> values to be equal, and is used
by <code>==</code>.</div></details><details class="toggle method-toggle" open><summary><section id="method.ne" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.76.0/src/core/cmp.rs.html#242">source</a></span><a href="#method.ne" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.76.0/core/cmp/trait.PartialEq.html#method.ne" class="fn">ne</a>(&amp;self, other: <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.reference.html">&amp;Rhs</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>This method tests for <code>!=</code>. The default implementation is almost always
sufficient, and should not be overridden without very good reason.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-TCFType-for-CFMutableDictionary%3CK,+V%3E" class="impl"><a class="src rightside" href="../../src/core_foundation/dictionary.rs.html#140">source</a><a href="#impl-TCFType-for-CFMutableDictionary%3CK,+V%3E" class="anchor">§</a><h3 class="code-header">impl&lt;K, V&gt; <a class="trait" href="../base/trait.TCFType.html" title="trait core_foundation::base::TCFType">TCFType</a> for <a class="struct" href="struct.CFMutableDictionary.html" title="struct core_foundation::dictionary::CFMutableDictionary">CFMutableDictionary</a>&lt;K, V&gt;</h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Ref" class="associatedtype trait-impl"><a href="#associatedtype.Ref" class="anchor">§</a><h4 class="code-header">type <a href="../base/trait.TCFType.html#associatedtype.Ref" class="associatedtype">Ref</a> = <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.pointer.html">*mut </a><a class="struct" href="struct.__CFDictionary.html" title="struct core_foundation::dictionary::__CFDictionary">__CFDictionary</a></h4></section></summary><div class='docblock'>The reference type wrapped inside this type.</div></details><details class="toggle method-toggle" open><summary><section id="method.as_concrete_TypeRef" class="method trait-impl"><a class="src rightside" href="../../src/core_foundation/dictionary.rs.html#140">source</a><a href="#method.as_concrete_TypeRef" class="anchor">§</a><h4 class="code-header">fn <a href="../base/trait.TCFType.html#tymethod.as_concrete_TypeRef" class="fn">as_concrete_TypeRef</a>(&amp;self) -&gt; <a class="type" href="type.CFMutableDictionaryRef.html" title="type core_foundation::dictionary::CFMutableDictionaryRef">CFMutableDictionaryRef</a></h4></section></summary><div class='docblock'>Returns the object as its concrete TypeRef.</div></details><details class="toggle method-toggle" open><summary><section id="method.wrap_under_get_rule" class="method trait-impl"><a class="src rightside" href="../../src/core_foundation/dictionary.rs.html#140">source</a><a href="#method.wrap_under_get_rule" class="anchor">§</a><h4 class="code-header">unsafe fn <a href="../base/trait.TCFType.html#tymethod.wrap_under_get_rule" class="fn">wrap_under_get_rule</a>(reference: <a class="type" href="type.CFMutableDictionaryRef.html" title="type core_foundation::dictionary::CFMutableDictionaryRef">CFMutableDictionaryRef</a>) -&gt; Self</h4></section></summary><div class='docblock'>Returns an instance of the object, wrapping the underlying <code>CFTypeRef</code> subclass. Use this
when following Core Foundations “Get Rule”. The reference count <em>is</em> bumped.</div></details><details class="toggle method-toggle" open><summary><section id="method.as_CFTypeRef" class="method trait-impl"><a class="src rightside" href="../../src/core_foundation/dictionary.rs.html#140">source</a><a href="#method.as_CFTypeRef" class="anchor">§</a><h4 class="code-header">fn <a href="../base/trait.TCFType.html#tymethod.as_CFTypeRef" class="fn">as_CFTypeRef</a>(&amp;self) -&gt; <a class="type" href="../base/type.CFTypeRef.html" title="type core_foundation::base::CFTypeRef">CFTypeRef</a></h4></section></summary><div class='docblock'>Returns the object as a raw <code>CFTypeRef</code>. The reference count is not adjusted.</div></details><details class="toggle method-toggle" open><summary><section id="method.wrap_under_create_rule" class="method trait-impl"><a class="src rightside" href="../../src/core_foundation/dictionary.rs.html#140">source</a><a href="#method.wrap_under_create_rule" class="anchor">§</a><h4 class="code-header">unsafe fn <a href="../base/trait.TCFType.html#tymethod.wrap_under_create_rule" class="fn">wrap_under_create_rule</a>(reference: <a class="type" href="type.CFMutableDictionaryRef.html" title="type core_foundation::dictionary::CFMutableDictionaryRef">CFMutableDictionaryRef</a>) -&gt; Self</h4></section></summary><div class='docblock'>Returns an instance of the object, wrapping the underlying <code>CFTypeRef</code> subclass. Use this
when following Core Foundations “Create Rule”. The reference count is <em>not</em> bumped.</div></details><details class="toggle method-toggle" open><summary><section id="method.type_id" class="method trait-impl"><a class="src rightside" href="../../src/core_foundation/dictionary.rs.html#140">source</a><a href="#method.type_id" class="anchor">§</a><h4 class="code-header">fn <a href="../base/trait.TCFType.html#tymethod.type_id" class="fn">type_id</a>() -&gt; <a class="type" href="../mach_port/type.CFTypeID.html" title="type core_foundation::mach_port::CFTypeID">CFTypeID</a></h4></section></summary><div class='docblock'>Returns the type ID for this class.</div></details><details class="toggle method-toggle" open><summary><section id="method.as_CFType" class="method trait-impl"><a class="src rightside" href="../../src/core_foundation/base.rs.html#180-184">source</a><a href="#method.as_CFType" class="anchor">§</a><h4 class="code-header">fn <a href="../base/trait.TCFType.html#method.as_CFType" class="fn">as_CFType</a>(&amp;self) -&gt; <a class="struct" href="../base/struct.CFType.html" title="struct core_foundation::base::CFType">CFType</a></h4></section></summary><div class='docblock'>Returns the object as a wrapped <code>CFType</code>. The reference count is incremented by one.</div></details><details class="toggle method-toggle" open><summary><section id="method.into_CFType" class="method trait-impl"><a class="src rightside" href="../../src/core_foundation/base.rs.html#189-196">source</a><a href="#method.into_CFType" class="anchor">§</a><h4 class="code-header">fn <a href="../base/trait.TCFType.html#method.into_CFType" class="fn">into_CFType</a>(self) -&gt; <a class="struct" href="../base/struct.CFType.html" title="struct core_foundation::base::CFType">CFType</a><div class="where">where
Self: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div class='docblock'>Returns the object as a wrapped <code>CFType</code>. Consumes self and avoids changing the reference
count.</div></details><details class="toggle method-toggle" open><summary><section id="method.retain_count" class="method trait-impl"><a class="src rightside" href="../../src/core_foundation/base.rs.html#208-212">source</a><a href="#method.retain_count" class="anchor">§</a><h4 class="code-header">fn <a href="../base/trait.TCFType.html#method.retain_count" class="fn">retain_count</a>(&amp;self) -&gt; <a class="type" href="../mach_port/type.CFIndex.html" title="type core_foundation::mach_port::CFIndex">CFIndex</a></h4></section></summary><div class='docblock'>Returns the reference count of the object. It is unwise to do anything other than test
whether the return value of this method is greater than zero.</div></details><details class="toggle method-toggle" open><summary><section id="method.type_of" class="method trait-impl"><a class="src rightside" href="../../src/core_foundation/base.rs.html#216-220">source</a><a href="#method.type_of" class="anchor">§</a><h4 class="code-header">fn <a href="../base/trait.TCFType.html#method.type_of" class="fn">type_of</a>(&amp;self) -&gt; <a class="type" href="../mach_port/type.CFTypeID.html" title="type core_foundation::mach_port::CFTypeID">CFTypeID</a></h4></section></summary><div class='docblock'>Returns the type ID of this object.</div></details><details class="toggle method-toggle" open><summary><section id="method.show" class="method trait-impl"><a class="src rightside" href="../../src/core_foundation/base.rs.html#223-227">source</a><a href="#method.show" class="anchor">§</a><h4 class="code-header">fn <a href="../base/trait.TCFType.html#method.show" class="fn">show</a>(&amp;self)</h4></section></summary><div class='docblock'>Writes a debugging version of this object on standard error.</div></details><details class="toggle method-toggle" open><summary><section id="method.instance_of" class="method trait-impl"><a class="src rightside" href="../../src/core_foundation/base.rs.html#231-233">source</a><a href="#method.instance_of" class="anchor">§</a><h4 class="code-header">fn <a href="../base/trait.TCFType.html#method.instance_of" class="fn">instance_of</a>&lt;OtherCFType: <a class="trait" href="../base/trait.TCFType.html" title="trait core_foundation::base::TCFType">TCFType</a>&gt;(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Returns true if this value is an instance of another type.</div></details></div></details><details class="toggle implementors-toggle" open><summary><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&lt;'a&gt; <a class="trait" href="../base/trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a>&lt;<a class="struct" href="struct.CFMutableDictionary.html" title="struct core_foundation::dictionary::CFMutableDictionary">CFMutableDictionary</a>&gt; for &amp;'a <a class="struct" href="struct.CFMutableDictionary.html" title="struct core_foundation::dictionary::CFMutableDictionary">CFMutableDictionary</a></h3></section></summary><div class="impl-items"><section id="method.to_void-1" class="method trait-impl"><a class="src rightside" href="../../src/core_foundation/dictionary.rs.html#140">source</a><a href="#method.to_void-1" class="anchor">§</a><h4 class="code-header">fn <a href="../base/trait.ToVoid.html#tymethod.to_void" class="fn">to_void</a>(&amp;self) -&gt; <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><details class="toggle implementors-toggle" open><summary><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="../base/trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a>&lt;<a class="struct" href="struct.CFMutableDictionary.html" title="struct core_foundation::dictionary::CFMutableDictionary">CFMutableDictionary</a>&gt; for <a class="type" href="type.CFMutableDictionaryRef.html" title="type core_foundation::dictionary::CFMutableDictionaryRef">CFMutableDictionaryRef</a></h3></section></summary><div class="impl-items"><section id="method.to_void-2" class="method trait-impl"><a class="src rightside" href="../../src/core_foundation/dictionary.rs.html#140">source</a><a href="#method.to_void-2" class="anchor">§</a><h4 class="code-header">fn <a href="../base/trait.ToVoid.html#tymethod.to_void" class="fn">to_void</a>(&amp;self) -&gt; <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><details class="toggle implementors-toggle" open><summary><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="../base/trait.ToVoid.html" title="trait core_foundation::base::ToVoid">ToVoid</a>&lt;<a class="struct" href="struct.CFMutableDictionary.html" title="struct core_foundation::dictionary::CFMutableDictionary">CFMutableDictionary</a>&gt; for <a class="struct" href="struct.CFMutableDictionary.html" title="struct core_foundation::dictionary::CFMutableDictionary">CFMutableDictionary</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/dictionary.rs.html#140">source</a><a href="#method.to_void" class="anchor">§</a><h4 class="code-header">fn <a href="../base/trait.ToVoid.html#tymethod.to_void" class="fn">to_void</a>(&amp;self) -&gt; <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><section id="impl-Eq-for-CFMutableDictionary" class="impl"><a class="src rightside" href="../../src/core_foundation/dictionary.rs.html#140">source</a><a href="#impl-Eq-for-CFMutableDictionary" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/cmp/trait.Eq.html" title="trait core::cmp::Eq">Eq</a> for <a class="struct" href="struct.CFMutableDictionary.html" title="struct core_foundation::dictionary::CFMutableDictionary">CFMutableDictionary</a></h3></section></div><h2 id="synthetic-implementations" class="section-header">Auto Trait Implementations<a href="#synthetic-implementations" class="anchor">§</a></h2><div id="synthetic-implementations-list"><section id="impl-RefUnwindSafe-for-CFMutableDictionary%3CK,+V%3E" class="impl"><a href="#impl-RefUnwindSafe-for-CFMutableDictionary%3CK,+V%3E" class="anchor">§</a><h3 class="code-header">impl&lt;K, V&gt; <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/panic/unwind_safe/trait.RefUnwindSafe.html" title="trait core::panic::unwind_safe::RefUnwindSafe">RefUnwindSafe</a> for <a class="struct" href="struct.CFMutableDictionary.html" title="struct core_foundation::dictionary::CFMutableDictionary">CFMutableDictionary</a>&lt;K, V&gt;<div class="where">where
K: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/panic/unwind_safe/trait.RefUnwindSafe.html" title="trait core::panic::unwind_safe::RefUnwindSafe">RefUnwindSafe</a>,
V: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/panic/unwind_safe/trait.RefUnwindSafe.html" title="trait core::panic::unwind_safe::RefUnwindSafe">RefUnwindSafe</a>,</div></h3></section><section id="impl-Send-for-CFMutableDictionary%3CK,+V%3E" class="impl"><a href="#impl-Send-for-CFMutableDictionary%3CK,+V%3E" class="anchor">§</a><h3 class="code-header">impl&lt;K = <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>, V = <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>&gt; !<a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> for <a class="struct" href="struct.CFMutableDictionary.html" title="struct core_foundation::dictionary::CFMutableDictionary">CFMutableDictionary</a>&lt;K, V&gt;</h3></section><section id="impl-Sync-for-CFMutableDictionary%3CK,+V%3E" class="impl"><a href="#impl-Sync-for-CFMutableDictionary%3CK,+V%3E" class="anchor">§</a><h3 class="code-header">impl&lt;K = <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>, V = <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>&gt; !<a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a> for <a class="struct" href="struct.CFMutableDictionary.html" title="struct core_foundation::dictionary::CFMutableDictionary">CFMutableDictionary</a>&lt;K, V&gt;</h3></section><section id="impl-Unpin-for-CFMutableDictionary%3CK,+V%3E" class="impl"><a href="#impl-Unpin-for-CFMutableDictionary%3CK,+V%3E" class="anchor">§</a><h3 class="code-header">impl&lt;K, V&gt; <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Unpin.html" title="trait core::marker::Unpin">Unpin</a> for <a class="struct" href="struct.CFMutableDictionary.html" title="struct core_foundation::dictionary::CFMutableDictionary">CFMutableDictionary</a>&lt;K, V&gt;<div class="where">where
K: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Unpin.html" title="trait core::marker::Unpin">Unpin</a>,
V: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Unpin.html" title="trait core::marker::Unpin">Unpin</a>,</div></h3></section><section id="impl-UnwindSafe-for-CFMutableDictionary%3CK,+V%3E" class="impl"><a href="#impl-UnwindSafe-for-CFMutableDictionary%3CK,+V%3E" class="anchor">§</a><h3 class="code-header">impl&lt;K, V&gt; <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/panic/unwind_safe/trait.UnwindSafe.html" title="trait core::panic::unwind_safe::UnwindSafe">UnwindSafe</a> for <a class="struct" href="struct.CFMutableDictionary.html" title="struct core_foundation::dictionary::CFMutableDictionary">CFMutableDictionary</a>&lt;K, V&gt;<div class="where">where
K: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/panic/unwind_safe/trait.UnwindSafe.html" title="trait core::panic::unwind_safe::UnwindSafe">UnwindSafe</a>,
V: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/panic/unwind_safe/trait.UnwindSafe.html" title="trait core::panic::unwind_safe::UnwindSafe">UnwindSafe</a>,</div></h3></section></div><h2 id="blanket-implementations" class="section-header">Blanket Implementations<a href="#blanket-implementations" class="anchor">§</a></h2><div id="blanket-implementations-list"><details class="toggle implementors-toggle"><summary><section id="impl-Any-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.76.0/src/core/any.rs.html#140">source</a><a href="#impl-Any-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/any/trait.Any.html" title="trait core::any::Any">Any</a> for T<div class="where">where
T: 'static + ?<a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.type_id-1" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.76.0/src/core/any.rs.html#141">source</a><a href="#method.type_id-1" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.76.0/core/any/trait.Any.html#tymethod.type_id" class="fn">type_id</a>(&amp;self) -&gt; <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/any/struct.TypeId.html" title="struct core::any::TypeId">TypeId</a></h4></section></summary><div class='docblock'>Gets the <code>TypeId</code> of <code>self</code>. <a href="https://doc.rust-lang.org/1.76.0/core/any/trait.Any.html#tymethod.type_id">Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Borrow%3CT%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.76.0/src/core/borrow.rs.html#208">source</a><a href="#impl-Borrow%3CT%3E-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/borrow/trait.Borrow.html" title="trait core::borrow::Borrow">Borrow</a>&lt;T&gt; for T<div class="where">where
T: ?<a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.borrow" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.76.0/src/core/borrow.rs.html#210">source</a><a href="#method.borrow" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.76.0/core/borrow/trait.Borrow.html#tymethod.borrow" class="fn">borrow</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.reference.html">&amp;T</a></h4></section></summary><div class='docblock'>Immutably borrows from an owned value. <a href="https://doc.rust-lang.org/1.76.0/core/borrow/trait.Borrow.html#tymethod.borrow">Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BorrowMut%3CT%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.76.0/src/core/borrow.rs.html#216">source</a><a href="#impl-BorrowMut%3CT%3E-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/borrow/trait.BorrowMut.html" title="trait core::borrow::BorrowMut">BorrowMut</a>&lt;T&gt; for T<div class="where">where
T: ?<a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.borrow_mut" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.76.0/src/core/borrow.rs.html#217">source</a><a href="#method.borrow_mut" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.76.0/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut" class="fn">borrow_mut</a>(&amp;mut self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.reference.html">&amp;mut T</a></h4></section></summary><div class='docblock'>Mutably borrows from an owned value. <a href="https://doc.rust-lang.org/1.76.0/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut">Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-From%3CT%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.76.0/src/core/convert/mod.rs.html#763">source</a><a href="#impl-From%3CT%3E-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;T&gt; for T</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.from-1" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.76.0/src/core/convert/mod.rs.html#766">source</a><a href="#method.from-1" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.76.0/core/convert/trait.From.html#tymethod.from" class="fn">from</a>(t: T) -&gt; T</h4></section></summary><div class="docblock"><p>Returns the argument unchanged.</p>
</div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-FromMutVoid-for-T" class="impl"><a class="src rightside" href="../../src/core_foundation/base.rs.html#338-342">source</a><a href="#impl-FromMutVoid-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="../base/trait.FromMutVoid.html" title="trait core_foundation::base::FromMutVoid">FromMutVoid</a> for T<div class="where">where
T: <a class="trait" href="../base/trait.TCFType.html" title="trait core_foundation::base::TCFType">TCFType</a>,</div></h3></section></summary><div class="impl-items"><section id="method.from_mut_void" class="method trait-impl"><a class="src rightside" href="../../src/core_foundation/base.rs.html#339-341">source</a><a href="#method.from_mut_void" class="anchor">§</a><h4 class="code-header">unsafe fn <a href="../base/trait.FromMutVoid.html#tymethod.from_mut_void" class="fn">from_mut_void</a>&lt;'a&gt;(x: <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.pointer.html">*mut </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>) -&gt; <a class="struct" href="../base/struct.ItemMutRef.html" title="struct core_foundation::base::ItemMutRef">ItemMutRef</a>&lt;'a, T&gt;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-FromVoid-for-T" class="impl"><a class="src rightside" href="../../src/core_foundation/base.rs.html#363-367">source</a><a href="#impl-FromVoid-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="../base/trait.FromVoid.html" title="trait core_foundation::base::FromVoid">FromVoid</a> for T<div class="where">where
T: <a class="trait" href="../base/trait.TCFType.html" title="trait core_foundation::base::TCFType">TCFType</a>,</div></h3></section></summary><div class="impl-items"><section id="method.from_void" class="method trait-impl"><a class="src rightside" href="../../src/core_foundation/base.rs.html#364-366">source</a><a href="#method.from_void" class="anchor">§</a><h4 class="code-header">unsafe fn <a href="../base/trait.FromVoid.html#tymethod.from_void" class="fn">from_void</a>&lt;'a&gt;(x: <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>) -&gt; <a class="struct" href="../base/struct.ItemRef.html" title="struct core_foundation::base::ItemRef">ItemRef</a>&lt;'a, T&gt;</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Into%3CU%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.76.0/src/core/convert/mod.rs.html#747-749">source</a><a href="#impl-Into%3CU%3E-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T, U&gt; <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;U&gt; for T<div class="where">where
U: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;T&gt;,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.into" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.76.0/src/core/convert/mod.rs.html#756">source</a><a href="#method.into" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.76.0/core/convert/trait.Into.html#tymethod.into" class="fn">into</a>(self) -&gt; U</h4></section></summary><div class="docblock"><p>Calls <code>U::from(self)</code>.</p>
<p>That is, this conversion is whatever the implementation of
<code><a href="https://doc.rust-lang.org/1.76.0/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;T&gt; for U</code> chooses to do.</p>
</div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-ToOwned-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.76.0/src/alloc/borrow.rs.html#83-85">source</a><a href="#impl-ToOwned-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/1.76.0/alloc/borrow/trait.ToOwned.html" title="trait alloc::borrow::ToOwned">ToOwned</a> for T<div class="where">where
T: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Owned" class="associatedtype trait-impl"><a href="#associatedtype.Owned" class="anchor">§</a><h4 class="code-header">type <a href="https://doc.rust-lang.org/1.76.0/alloc/borrow/trait.ToOwned.html#associatedtype.Owned" class="associatedtype">Owned</a> = T</h4></section></summary><div class='docblock'>The resulting type after obtaining ownership.</div></details><details class="toggle method-toggle" open><summary><section id="method.to_owned" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.76.0/src/alloc/borrow.rs.html#88">source</a><a href="#method.to_owned" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.76.0/alloc/borrow/trait.ToOwned.html#tymethod.to_owned" class="fn">to_owned</a>(&amp;self) -&gt; T</h4></section></summary><div class='docblock'>Creates owned data from borrowed data, usually by cloning. <a href="https://doc.rust-lang.org/1.76.0/alloc/borrow/trait.ToOwned.html#tymethod.to_owned">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.clone_into" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.76.0/src/alloc/borrow.rs.html#92">source</a><a href="#method.clone_into" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.76.0/alloc/borrow/trait.ToOwned.html#method.clone_into" class="fn">clone_into</a>(&amp;self, target: <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.reference.html">&amp;mut T</a>)</h4></section></summary><div class='docblock'>Uses borrowed data to replace owned data, usually by cloning. <a href="https://doc.rust-lang.org/1.76.0/alloc/borrow/trait.ToOwned.html#method.clone_into">Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-TryFrom%3CU%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.76.0/src/core/convert/mod.rs.html#803-805">source</a><a href="#impl-TryFrom%3CU%3E-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T, U&gt; <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;U&gt; for T<div class="where">where
U: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;T&gt;,</div></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Error-1" class="associatedtype trait-impl"><a href="#associatedtype.Error-1" class="anchor">§</a><h4 class="code-header">type <a href="https://doc.rust-lang.org/1.76.0/core/convert/trait.TryFrom.html#associatedtype.Error" class="associatedtype">Error</a> = <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/convert/enum.Infallible.html" title="enum core::convert::Infallible">Infallible</a></h4></section></summary><div class='docblock'>The type returned in the event of a conversion error.</div></details><details class="toggle method-toggle" open><summary><section id="method.try_from" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.76.0/src/core/convert/mod.rs.html#810">source</a><a href="#method.try_from" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.76.0/core/convert/trait.TryFrom.html#tymethod.try_from" class="fn">try_from</a>(value: U) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;T, &lt;T as <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;U&gt;&gt;::<a class="associatedtype" href="https://doc.rust-lang.org/1.76.0/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a>&gt;</h4></section></summary><div class='docblock'>Performs the conversion.</div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-TryInto%3CU%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.76.0/src/core/convert/mod.rs.html#788-790">source</a><a href="#impl-TryInto%3CU%3E-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T, U&gt; <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/convert/trait.TryInto.html" title="trait core::convert::TryInto">TryInto</a>&lt;U&gt; for T<div class="where">where
U: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;T&gt;,</div></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Error" class="associatedtype trait-impl"><a href="#associatedtype.Error" class="anchor">§</a><h4 class="code-header">type <a href="https://doc.rust-lang.org/1.76.0/core/convert/trait.TryInto.html#associatedtype.Error" class="associatedtype">Error</a> = &lt;U as <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;T&gt;&gt;::<a class="associatedtype" href="https://doc.rust-lang.org/1.76.0/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a></h4></section></summary><div class='docblock'>The type returned in the event of a conversion error.</div></details><details class="toggle method-toggle" open><summary><section id="method.try_into" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.76.0/src/core/convert/mod.rs.html#795">source</a><a href="#method.try_into" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.76.0/core/convert/trait.TryInto.html#tymethod.try_into" class="fn">try_into</a>(self) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;U, &lt;U as <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;T&gt;&gt;::<a class="associatedtype" href="https://doc.rust-lang.org/1.76.0/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a>&gt;</h4></section></summary><div class='docblock'>Performs the conversion.</div></details></div></details></div></section></div></main></body></html>