FP_Commands_Register

Type Alias FP_Commands_Register 

Source
pub type FP_Commands_Register = Option<unsafe extern "C" fn(cmd: *mut ChatCommand)>;

Aliased Type§

pub enum FP_Commands_Register {
    None,
    Some(unsafe extern "C" fn(*mut ChatCommand)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut ChatCommand))

Some value of type T.