Type Alias FSteamNetworkingSocketsCustomSignaling_SendSignal

Source
pub type FSteamNetworkingSocketsCustomSignaling_SendSignal = Option<unsafe extern "C" fn(ctx: *mut c_void, hConn: HSteamNetConnection, info: *const SteamNetConnectionInfo_t, pMsg: *const c_void, cbMsg: c_int) -> bool>;

Aliased Type§

enum FSteamNetworkingSocketsCustomSignaling_SendSignal {
    None,
    Some(unsafe extern "C" fn(_: *mut c_void, _: u32, _: *const SteamNetConnectionInfo_t, _: *const c_void, _: i32) -> bool),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut c_void, _: u32, _: *const SteamNetConnectionInfo_t, _: *const c_void, _: i32) -> bool)

Some value of type T.