pub type DelayedDispatchToEventLoopCallback = Option<unsafe extern "C" fn(*mut c_void, *mut u8, u32) -> bool>;Aliased Type§
pub enum DelayedDispatchToEventLoopCallback {
None,
Some(unsafe extern "C" fn(*mut c_void, *mut u8, u32) -> bool),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*mut c_void, *mut u8, u32) -> bool)
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.