Trait windows_helpers::wnds_and_msging::TimerProcExt
source · 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.
Object Safety§
This trait is not object safe.