Type Alias flipperzero_sys::FuriThreadId
source ยท pub type FuriThreadId = *mut c_void;Expand description
Unique thread identifier type (used by the OS kernel).
pub type FuriThreadId = *mut c_void;Unique thread identifier type (used by the OS kernel).