Docs.rs
windows-api-utils-0.1.0
windows-api-utils 0.1.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
YMC-GitHub
Dependencies
serde ^1.0
normal
optional
thiserror ^1.0
normal
optional
serde_json ^1.0
dev
Versions
100%
of the crate is documented
Go to latest version
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
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
WPARAM
windows_
api_
utils
0.1.0
WPARAM
Trait Implementations
From<WParam>
In windows_
api_
utils::
messages
windows_api_utils
::
messages
Type Alias
WPARAM
Copy item path
Source
pub type WPARAM =
u64
;
Expand description
Windows message parameter (platform-dependent size).
Trait Implementations
§
Source
§
impl
From
<
WParam
> for
WPARAM
Source
§
fn
from
(wparam:
WParam
) -> Self
Converts to this type from the input type.