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
VecExt
win_
wrap
0.3.4
VecExt
Required Methods
to_vec
Implementations on Foreign Types
&IUIAutomationElementArray
*const SAFEARRAY
Implementors
In win_
wrap::
ext
win_wrap
::
ext
Trait
VecExt
Copy item path
Source
pub trait VecExt<T> { // Required method fn
to_vec
(self) ->
Vec
<T>; }
Expand description
Vec的扩展操作。
Required Methods
§
Source
fn
to_vec
(self) ->
Vec
<T>
Implementations on Foreign Types
§
Source
§
impl
VecExt
<IUIAutomationElement> for &IUIAutomationElementArray
Source
§
fn
to_vec
(self) ->
Vec
<IUIAutomationElement>
Source
§
impl<T>
VecExt
<T> for
*const
SAFEARRAY
Source
§
fn
to_vec
(self) ->
Vec
<T>
Implementors
§