Type Alias FunctionEnter3
pub type FunctionEnter3 = Option<unsafe extern "system" fn(functionidorclientid: FunctionIDOrClientID)>;
Aliased Type§
enum FunctionEnter3 {
None,
Some(unsafe extern "system" fn(_: FunctionIDOrClientID)),
}
Variants§
None
No value.
Some(unsafe extern "system" fn(_: FunctionIDOrClientID))
Some value of type T
.