Type Alias FSteamNetworkingCustomSignalingRecvContext_SendRejectionSignal

Source
pub type FSteamNetworkingCustomSignalingRecvContext_SendRejectionSignal = Option<unsafe extern "C" fn(ctx: *mut c_void, identityPeer: *const SteamNetworkingIdentity, pMsg: *const c_void, cbMsg: c_int)>;

Aliased Type§

enum FSteamNetworkingCustomSignalingRecvContext_SendRejectionSignal {
    None,
    Some(unsafe extern "C" fn(_: *mut c_void, _: *const SteamNetworkingIdentity, _: *const c_void, _: i32)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut c_void, _: *const SteamNetworkingIdentity, _: *const c_void, _: i32))

Some value of type T.