Docs.rs
win-wrap-0.3.4
win-wrap 0.3.4
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
mzdk100
Dependencies
windows ^0.59.0
normal
optional
windows-core ^0.59.0
normal
optional
Versions
58.18%
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
FarProcExt
win_
wrap
0.3.4
FarProc
Ext
Required Methods
to_hook_proc
Implementors
In win_
wrap::
ext
win_wrap
::
ext
Trait
FarProc
Ext
Copy item path
Source
pub trait FarProcExt { // Required method fn
to_hook_proc
(self) ->
HOOKPROC
; }
Expand description
对FARPROC类型的扩展操作。
Required Methods
§
Source
fn
to_hook_proc
(self) ->
HOOKPROC
Implementors
§
Source
§
impl
FarProcExt
for
FARPROC