Trait win_wrap::ext::LParamExt

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§