FSteamNetworkingSocketsDebugOutput

Type Alias FSteamNetworkingSocketsDebugOutput 

Source
pub type FSteamNetworkingSocketsDebugOutput = Option<unsafe extern "C" fn(nType: ESteamNetworkingSocketsDebugOutputType, pszMsg: *const c_char)>;
Expand description

Setup callback for debug output, and the desired verbosity you want.

Aliased Type§

pub enum FSteamNetworkingSocketsDebugOutput {
    None,
    Some(unsafe extern "C" fn(ESteamNetworkingSocketsDebugOutputType, *const i8)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(ESteamNetworkingSocketsDebugOutputType, *const i8))

Some value of type T.