Type Alias classicube_sys::FP_Chat_Send

source ·
pub type FP_Chat_Send = Option<unsafe extern "C" fn(text: *const cc_string, logUsage: cc_bool)>;

Aliased Type§

enum FP_Chat_Send {
    None,
    Some(unsafe extern "C" fn(_: *const cc_string_, _: u8)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *const cc_string_, _: u8))

Some value of type T.