Skip to content

Commit dc2eb72

Browse files
committed
Deploying to gh-pages from @ 74fb934 🚀
1 parent fec85c0 commit dc2eb72

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

print.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10904,7 +10904,7 @@ <h2 id="正例"><a class="header" href="#正例">【正例】</a></h2>
1090410904
}
1090510905
<span class="boring">}
1090610906
</span></code></pre></pre>
10907-
<div style="break-before: page; page-break-before: always;"></div><h1 id="punsffi17-当rust绑定-c-api-不透明opaque类型时应该使用指向专用不透明类型的指针而不是c_void指针"><a class="header" href="#punsffi17-当rust绑定-c-api-不透明opaque类型时应该使用指向专用不透明类型的指针而不是c_void指针">P.UNS.FFI.17 当Rust绑定 C-API 不透明(Opaque)类型时,应该使用指向专用不透明类型的指针而不是<code>c_void</code>指针</a></h1>
10907+
<div style="break-before: page; page-break-before: always;"></div><h1 id="punsffi17-当rust绑定c-api不透明opaque类型时应该使用指向专用不透明类型的指针而不是c_void指针"><a class="header" href="#punsffi17-当rust绑定c-api不透明opaque类型时应该使用指向专用不透明类型的指针而不是c_void指针">P.UNS.FFI.17 当Rust绑定C-API不透明(Opaque)类型时,应该使用指向专用不透明类型的指针而不是<code>c_void</code>指针</a></h1>
1090810908
<h2 id="描述-1"><a class="header" href="#描述-1">【描述】</a></h2>
1090910909
<p>使用专门构建的不透明类型相比于直接使用 <code>c_void</code>可以提供一定程度的类型安全性。</p>
1091010910
<h2 id="正例-1"><a class="header" href="#正例-1">【正例】</a></h2>

safe-guides/coding_practice/unsafe_rust/ffi/P.UNS.FFI.17.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ <h1 class="menu-title">Rust 编码规范 V 1.0 beta</h1>
137137

138138
<div id="content" class="content">
139139
<main>
140-
<h1 id="punsffi17-当rust绑定-c-api-不透明opaque类型时应该使用指向专用不透明类型的指针而不是c_void指针"><a class="header" href="#punsffi17-当rust绑定-c-api-不透明opaque类型时应该使用指向专用不透明类型的指针而不是c_void指针">P.UNS.FFI.17 当Rust绑定 C-API 不透明(Opaque)类型时,应该使用指向专用不透明类型的指针而不是<code>c_void</code>指针</a></h1>
140+
<h1 id="punsffi17-当rust绑定c-api不透明opaque类型时应该使用指向专用不透明类型的指针而不是c_void指针"><a class="header" href="#punsffi17-当rust绑定c-api不透明opaque类型时应该使用指向专用不透明类型的指针而不是c_void指针">P.UNS.FFI.17 当Rust绑定C-API不透明(Opaque)类型时,应该使用指向专用不透明类型的指针而不是<code>c_void</code>指针</a></h1>
141141
<h2 id="描述"><a class="header" href="#描述">【描述】</a></h2>
142142
<p>使用专门构建的不透明类型相比于直接使用 <code>c_void</code>可以提供一定程度的类型安全性。</p>
143143
<h2 id="正例"><a class="header" href="#正例">【正例】</a></h2>

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

searchindex.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)