TimerProcExt

Trait TimerProcExt 

Source
pub trait TimerProcExt {
    // Required method
    unsafe fn from_lparam(lparam: LPARAM) -> Self;
}

Required Methods§

Source

unsafe fn from_lparam(lparam: LPARAM) -> Self

It’s yet to be confirmed that the transmute works. Create an issue if it works or doesn’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.

Implementations on Foreign Types§

Source§

impl TimerProcExt for TIMERPROC

Source§

unsafe fn from_lparam(lparam: LPARAM) -> Self

Implementors§