Skip to content

Commit

Permalink
Cargo doc auto deployment 2024-10-02 16:14:02.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigocfd committed Oct 2, 2024
1 parent 369021d commit b4f071e
Show file tree
Hide file tree
Showing 126 changed files with 838 additions and 728 deletions.
4 changes: 2 additions & 2 deletions search-index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion search.desc/winsafe/winsafe-desc-0-.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.

38 changes: 37 additions & 1 deletion src/winsafe/user/co/consts.rs.html
Original file line number Diff line number Diff line change
Expand Up @@ -3867,7 +3867,25 @@
<a href="#3866" id="3866">3866</a>
<a href="#3867" id="3867">3867</a>
<a href="#3868" id="3868">3868</a>
<a href="#3869" id="3869">3869</a></pre></div><pre class="rust"><code><span class="attr">#![allow(non_camel_case_types, non_upper_case_globals)]
<a href="#3869" id="3869">3869</a>
<a href="#3870" id="3870">3870</a>
<a href="#3871" id="3871">3871</a>
<a href="#3872" id="3872">3872</a>
<a href="#3873" id="3873">3873</a>
<a href="#3874" id="3874">3874</a>
<a href="#3875" id="3875">3875</a>
<a href="#3876" id="3876">3876</a>
<a href="#3877" id="3877">3877</a>
<a href="#3878" id="3878">3878</a>
<a href="#3879" id="3879">3879</a>
<a href="#3880" id="3880">3880</a>
<a href="#3881" id="3881">3881</a>
<a href="#3882" id="3882">3882</a>
<a href="#3883" id="3883">3883</a>
<a href="#3884" id="3884">3884</a>
<a href="#3885" id="3885">3885</a>
<a href="#3886" id="3886">3886</a>
<a href="#3887" id="3887">3887</a></pre></div><pre class="rust"><code><span class="attr">#![allow(non_camel_case_types, non_upper_case_globals)]

</span><span class="kw">use </span><span class="kw">crate</span>::co::<span class="kw-2">*</span>;

Expand Down Expand Up @@ -5783,6 +5801,24 @@
</span>SERVICE_NOTIFICATION <span class="number">0x0020_0000
</span>}

<span class="macro">const_ordinary!</span> { MBP: u32;
<span class="doccomment">/// [`MessageBeep`](crate::MessageBeep) `uType` (`u32`).
///
/// Originally a subset of the [`co::MB`](crate::co::MB) constants.
</span>=&gt;
=&gt;
<span class="doccomment">/// A simple beep. If the sound card is not available, the sound is
/// generated using the speaker. Maps to the `0xFFFFFFFF` value.
</span>BEEP <span class="number">0xffff_ffff
</span>ASTERISK MB::ICONASTERISK.<span class="number">0
</span>EXCLAMATION MB::ICONEXCLAMATION.<span class="number">0
</span>ERROR MB::ICONERROR.<span class="number">0
</span>INFORMATION MB::ICONINFORMATION.<span class="number">0
</span>QUESTION MB::ICONQUESTION.<span class="number">0
</span>WARNING MB::ICONWARNING.<span class="number">0
</span>OK MB::OK.<span class="number">0
</span>}

<span class="macro">const_ordinary!</span> { MDITILE: u32;
<span class="doccomment">/// [`HWND::TileWindows`](crate::prelude::user_Hwnd::TileWindows) `how`
/// (`u32`).
Expand Down
4 changes: 3 additions & 1 deletion src/winsafe/user/ffi.rs.html
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,8 @@
<a href="#286" id="286">286</a>
<a href="#287" id="287">287</a>
<a href="#288" id="288">288</a>
<a href="#289" id="289">289</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>;
<a href="#289" id="289">289</a>
<a href="#290" id="290">290</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">"comdlg32"</span>;
ChooseColorW(PVOID) -&gt; BOOL
Expand Down Expand Up @@ -485,6 +486,7 @@
LogicalToPhysicalPoint(HANDLE, PVOID) -&gt; BOOL
MapDialogRect(HANDLE, PVOID) -&gt; BOOL
MapWindowPoints(HANDLE, HANDLE, PVOID, u32) -&gt; i32
MessageBeep(u32) -&gt; BOOL
MessageBoxW(HANDLE, PCSTR, PCSTR, u32) -&gt; i32
MonitorFromPoint(i32, i32, u32) -&gt; HANDLE
MonitorFromRect(PCVOID, u32) -&gt; HANDLE
Expand Down
14 changes: 13 additions & 1 deletion src/winsafe/user/funcs.rs.html
Original file line number Diff line number Diff line change
Expand Up @@ -1089,7 +1089,13 @@
<a href="#1088" id="1088">1088</a>
<a href="#1089" id="1089">1089</a>
<a href="#1090" id="1090">1090</a>
<a href="#1091" id="1091">1091</a></pre></div><pre class="rust"><code><span class="attr">#![allow(non_snake_case)]
<a href="#1091" id="1091">1091</a>
<a href="#1092" id="1092">1092</a>
<a href="#1093" id="1093">1093</a>
<a href="#1094" id="1094">1094</a>
<a href="#1095" id="1095">1095</a>
<a href="#1096" id="1096">1096</a>
<a href="#1097" id="1097">1097</a></pre></div><pre class="rust"><code><span class="attr">#![allow(non_snake_case)]

</span><span class="kw">use </span><span class="kw">crate</span>::co;
<span class="kw">use </span><span class="kw">crate</span>::decl::<span class="kw-2">*</span>;
Expand Down Expand Up @@ -1867,6 +1873,12 @@
bool_to_sysresult(<span class="kw">unsafe </span>{ ffi::LockSetForegroundWindow(lock_code.raw()) })
}

<span class="doccomment">/// [`MessageBeep`](https://learn.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-messagebeep)
/// function.
</span><span class="kw">pub fn </span>MessageBeep(sound_type: co::MBP) -&gt; SysResult&lt;()&gt; {
bool_to_sysresult(<span class="kw">unsafe </span>{ ffi::MessageBeep(sound_type.raw()) })
}

<span class="doccomment">/// [`OffsetRect`](https://learn.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-offsetrect)
/// function.
</span><span class="attr">#[must_use]
Expand Down
4 changes: 2 additions & 2 deletions trait.impl/core/clone/trait.Clone.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions trait.impl/core/cmp/trait.Eq.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions trait.impl/core/cmp/trait.Ord.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions trait.impl/core/cmp/trait.PartialEq.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions trait.impl/core/cmp/trait.PartialOrd.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions trait.impl/core/convert/trait.AsRef.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions trait.impl/core/convert/trait.From.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions trait.impl/core/default/trait.Default.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions trait.impl/core/fmt/trait.Binary.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions trait.impl/core/fmt/trait.Debug.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions trait.impl/core/fmt/trait.Display.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions trait.impl/core/fmt/trait.LowerHex.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions trait.impl/core/fmt/trait.Octal.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions trait.impl/core/fmt/trait.UpperHex.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions trait.impl/core/hash/trait.Hash.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions trait.impl/core/marker/trait.Copy.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions trait.impl/core/marker/trait.Freeze.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions trait.impl/core/marker/trait.Send.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions trait.impl/core/marker/trait.StructuralPartialEq.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions trait.impl/core/marker/trait.Sync.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions trait.impl/core/marker/trait.Unpin.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions trait.impl/core/panic/unwind_safe/trait.RefUnwindSafe.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions trait.impl/core/panic/unwind_safe/trait.UnwindSafe.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion winsafe/all.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion winsafe/co/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@
<code>flags</code> (<code>u32</code>).</div></li><li><div class="item-name"><a class="struct" href="struct.LWS.html" title="struct winsafe::co::LWS">LWS</a><wbr><span class="stab portability" title="Available on crate feature `comctl` only"><code>comctl</code></span></div><div class="desc docblock-short">SysLink control
<a href="https://learn.microsoft.com/en-us/windows/win32/controls/syslink-control-styles">styles</a>
(<code>u32</code>).</div></li><li><div class="item-name"><a class="struct" href="struct.MB.html" title="struct winsafe::co::MB">MB</a><wbr><span class="stab portability" title="Available on crate feature `user` only"><code>user</code></span></div><div class="desc docblock-short"><a href="../prelude/trait.user_Hwnd.html#method.MessageBox" title="method winsafe::prelude::user_Hwnd::MessageBox"><code>HWND::MessageBox</code></a> <code>flags</code>
(<code>u32</code>).</div></li><li><div class="item-name"><a class="struct" href="struct.MBC.html" title="struct winsafe::co::MBC">MBC</a></div><div class="desc docblock-short"><a href="../fn.MultiByteToWideChar.html" title="fn winsafe::MultiByteToWideChar"><code>MultiByteToWideChar</code></a> <code>flags</code> (<code>u32</code>).</div></li><li><div class="item-name"><a class="struct" href="struct.MCGIF.html" title="struct winsafe::co::MCGIF">MCGIF</a><wbr><span class="stab portability" title="Available on crate feature `comctl` only"><code>comctl</code></span></div><div class="desc docblock-short">This is a bitflag constant, which implements the
(<code>u32</code>).</div></li><li><div class="item-name"><a class="struct" href="struct.MBC.html" title="struct winsafe::co::MBC">MBC</a></div><div class="desc docblock-short"><a href="../fn.MultiByteToWideChar.html" title="fn winsafe::MultiByteToWideChar"><code>MultiByteToWideChar</code></a> <code>flags</code> (<code>u32</code>).</div></li><li><div class="item-name"><a class="struct" href="struct.MBP.html" title="struct winsafe::co::MBP">MBP</a><wbr><span class="stab portability" title="Available on crate feature `user` only"><code>user</code></span></div><div class="desc docblock-short"><a href="../fn.MessageBeep.html" title="fn winsafe::MessageBeep"><code>MessageBeep</code></a> <code>uType</code> (<code>u32</code>).</div></li><li><div class="item-name"><a class="struct" href="struct.MCGIF.html" title="struct winsafe::co::MCGIF">MCGIF</a><wbr><span class="stab portability" title="Available on crate feature `comctl` only"><code>comctl</code></span></div><div class="desc docblock-short">This is a bitflag constant, which implements the
<a href="../prelude/trait.NativeBitflag.html" title="trait winsafe::prelude::NativeBitflag"><code>NativeBitflag</code></a> trait.</div></li><li><div class="item-name"><a class="struct" href="struct.MCGIP.html" title="struct winsafe::co::MCGIP">MCGIP</a><wbr><span class="stab portability" title="Available on crate feature `comctl` only"><code>comctl</code></span></div><div class="desc docblock-short"><a href="https://learn.microsoft.com/en-us/windows/win32/api/commctrl/ns-commctrl-mcgridinfo"><code>MCGRIDINFO</code></a>
<code>dwPart</code> (<code>u32</code>).</div></li><li><div class="item-name"><a class="struct" href="struct.MCHT.html" title="struct winsafe::co::MCHT">MCHT</a><wbr><span class="stab portability" title="Available on crate feature `comctl` only"><code>comctl</code></span></div><div class="desc docblock-short"><a href="../struct.MCHITTESTINFO.html" title="struct winsafe::MCHITTESTINFO"><code>MCHITTESTINFO</code></a> <code>uHit</code> (<code>u32</code>).</div></li><li><div class="item-name"><a class="struct" href="struct.MCM.html" title="struct winsafe::co::MCM">MCM</a><wbr><span class="stab portability" title="Available on crate feature `comctl` only"><code>comctl</code></span></div><div class="desc docblock-short">Month calendar control
<a href="https://learn.microsoft.com/en-us/windows/win32/controls/bumper-month-calendar-control-reference-messages">messages</a>
Expand Down
2 changes: 1 addition & 1 deletion winsafe/co/sidebar-items.js

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

2 changes: 1 addition & 1 deletion winsafe/co/struct.CMD.html

Large diffs are not rendered by default.

Loading

0 comments on commit b4f071e

Please sign in to comment.