LParamExt

Trait LParamExt 

Source
pub trait LParamExt {
    // Required method
    fn to<T>(&self) -> &T;
}
Expand description

对LPARAM类型的扩展操作。

Required Methods§

Source

fn to<T>(&self) -> &T

转换到T的引用类型。

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§