Skip to content

Commit

Permalink
Cargo doc auto deployment 2024-06-23 14:55:00.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigocfd committed Jun 23, 2024
1 parent 4fd24b5 commit c14ecbe
Show file tree
Hide file tree
Showing 55 changed files with 216 additions and 52 deletions.
2 changes: 1 addition & 1 deletion search-index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion search.desc/winsafe/winsafe-desc-1-.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion search.desc/winsafe/winsafe-desc-2-.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion search.desc/winsafe/winsafe-desc-3-.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src-files.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/winsafe/kernel/handles/hfile.rs.html
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@
///
/// let total_size = hfile.GetFileSizeEx()?;
///
/// let _lock = hfile.LockFile(0, total_size as _)?; // keep guard alive
/// let _lock_guard = hfile.LockFile(0, total_size as _)?; // keep guard alive
///
/// // file read/write operations...
///
Expand Down
2 changes: 2 additions & 0 deletions src/winsafe/lib.rs.html
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@
<a href="#309" id="309">309</a>
<a href="#310" id="310">310</a>
<a href="#311" id="311">311</a>
<a href="#312" id="312">312</a>
</pre></div><pre class="rust"><code><span class="attr">#![doc = <span class="macro">include_str!</span>(<span class="string">"lib.md"</span>)]
#![cfg_attr(docsrs, feature(doc_auto_cfg))]

Expand Down Expand Up @@ -409,6 +410,7 @@
<span class="attr">#[cfg(feature = <span class="string">"comctl"</span>)] </span><span class="kw">pub use </span><span class="kw">super</span>::comctl::guard::<span class="kw-2">*</span>;
<span class="attr">#[cfg(feature = <span class="string">"gdi"</span>)] </span><span class="kw">pub use </span><span class="kw">super</span>::gdi::guard::<span class="kw-2">*</span>;
<span class="attr">#[cfg(feature = <span class="string">"kernel"</span>)] </span><span class="kw">pub use </span><span class="kw">super</span>::kernel::guard::<span class="kw-2">*</span>;
<span class="attr">#[cfg(feature = <span class="string">"mf"</span>)] </span><span class="kw">pub use </span><span class="kw">super</span>::mf::guard::<span class="kw-2">*</span>;
<span class="attr">#[cfg(feature = <span class="string">"ole"</span>)] </span><span class="kw">pub use </span><span class="kw">super</span>::ole::guard::<span class="kw-2">*</span>;
<span class="attr">#[cfg(feature = <span class="string">"shell"</span>)] </span><span class="kw">pub use </span><span class="kw">super</span>::shell::guard::<span class="kw-2">*</span>;
<span class="attr">#[cfg(feature = <span class="string">"user"</span>)] </span><span class="kw">pub use </span><span class="kw">super</span>::user::guard::<span class="kw-2">*</span>;
Expand Down
2 changes: 2 additions & 0 deletions src/winsafe/mf/ffi.rs.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<a href="#12" id="12">12</a>
<a href="#13" id="13">13</a>
<a href="#14" id="14">14</a>
<a href="#15" id="15">15</a>
</pre></div><pre class="rust"><code><span class="kw">use </span><span class="kw">crate</span>::kernel::ffi_types::<span class="kw-2">*</span>;

<span class="macro">extern_sys!</span> { <span class="string">"mf"</span>;
Expand All @@ -24,6 +25,7 @@
MFCreateAsyncResult(COMPTR, COMPTR, COMPTR, <span class="kw-2">*mut </span>COMPTR) -&gt; HRES
MFCreateMFByteStreamOnStream(COMPTR, <span class="kw-2">*mut </span>COMPTR) -&gt; HRES
MFCreateSourceResolver(<span class="kw-2">*mut </span>COMPTR) -&gt; HRES
MFShutdown() -&gt; HRES
MFStartup(u32, u32) -&gt; HRES
}
</code></pre></div></section></main></body></html>
Loading

0 comments on commit c14ecbe

Please sign in to comment.