Trait win_wrap::ext::VecExt

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§