Docs.rs
windows-helpers-0.4.3
windows-helpers 0.4.3
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
Enyium
Dependencies
map-self ^0.1.0
normal
num-traits ^0.2.17
normal
windows ^0.48.0
normal
optional
windows ^0.52.0
normal
optional
windows ^0.58.0
normal
optional
anyhow ^1.0.75
dev
regex ^1.10.2
dev
windows ^0.58.0
dev
Versions
46.1%
of the crate is documented
Platform
i686-pc-windows-msvc
x86_64-pc-windows-msvc
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
windows_
helpers
0.4.3
WndProc
Implementors
In windows_
helpers::
win32_
app::
window
windows_helpers
::
win32_app
::
window
Trait
WndProc
Copy item path
Source
pub trait WndProc:
FnMut
(HWND,
u32
, WPARAM, LPARAM) ->
Option
<LRESULT> { }
Implementors
§
Source
§
impl<F>
WndProc
for F
where F:
FnMut
(HWND,
u32
, WPARAM, LPARAM) ->
Option
<LRESULT>,