pub trait TimerProcExt {
// Required method
unsafe fn from_lparam(lparam: LPARAM) -> Self;
}Required Methods§
Sourceunsafe fn from_lparam(lparam: LPARAM) -> Self
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.