pub type RegisterThreadCallback = Option<unsafe extern "C" fn(*const i8, *mut c_void) -> *mut ProfilingStack>;Aliased Type§
pub enum RegisterThreadCallback {
None,
Some(unsafe extern "C" fn(*const i8, *mut c_void) -> *mut ProfilingStack),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*const i8, *mut c_void) -> *mut ProfilingStack)
Some value of type T.
Layout§
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.