Docs.rs
win-wrap-0.2.5
win-wrap 0.2.5
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
mzdk100
Dependencies
windows ^0.58.0
normal
optional
windows-core ^0.58.0
normal
optional
Versions
57.93%
of the crate is documented
Go to latest version
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
win_
wrap
0.2.5
LParam
Ext
Required Methods
to
Object Safety
Implementors
In win_
wrap::
ext
Trait
win_wrap
::
ext
::
LParamExt
Copy item path
source
·
[
−
]
pub trait LParamExt { // Required method fn
to
<T>(&self) ->
&T
; }
Expand description
对LPARAM类型的扩展操作。
Required Methods
§
source
fn
to
<T>(&self) ->
&T
转换到T的引用类型。
Object Safety
§
This trait is
not
object safe
.
Implementors
§
source
§
impl
LParamExt
for
LPARAM