#[repr(u32)]pub enum ESteamNetworkingSocketsDebugOutputType {
k_ESteamNetworkingSocketsDebugOutputType_None = 0,
k_ESteamNetworkingSocketsDebugOutputType_Bug = 1,
k_ESteamNetworkingSocketsDebugOutputType_Error = 2,
k_ESteamNetworkingSocketsDebugOutputType_Important = 3,
k_ESteamNetworkingSocketsDebugOutputType_Warning = 4,
k_ESteamNetworkingSocketsDebugOutputType_Msg = 5,
k_ESteamNetworkingSocketsDebugOutputType_Verbose = 6,
k_ESteamNetworkingSocketsDebugOutputType_Debug = 7,
k_ESteamNetworkingSocketsDebugOutputType_Everything = 8,
k_ESteamNetworkingSocketsDebugOutputType__Force32Bit = 2_147_483_647,
}
Expand description
Detail level for diagnostic output callback. See ISteamNetworkingUtils::SetDebugOutputFunction
Variants§
k_ESteamNetworkingSocketsDebugOutputType_None = 0
k_ESteamNetworkingSocketsDebugOutputType_Bug = 1
k_ESteamNetworkingSocketsDebugOutputType_Error = 2
k_ESteamNetworkingSocketsDebugOutputType_Important = 3
k_ESteamNetworkingSocketsDebugOutputType_Warning = 4
k_ESteamNetworkingSocketsDebugOutputType_Msg = 5
k_ESteamNetworkingSocketsDebugOutputType_Verbose = 6
k_ESteamNetworkingSocketsDebugOutputType_Debug = 7
k_ESteamNetworkingSocketsDebugOutputType_Everything = 8
k_ESteamNetworkingSocketsDebugOutputType__Force32Bit = 2_147_483_647
Trait Implementations§
Source§impl Clone for ESteamNetworkingSocketsDebugOutputType
impl Clone for ESteamNetworkingSocketsDebugOutputType
Source§fn clone(&self) -> ESteamNetworkingSocketsDebugOutputType
fn clone(&self) -> ESteamNetworkingSocketsDebugOutputType
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Ord for ESteamNetworkingSocketsDebugOutputType
impl Ord for ESteamNetworkingSocketsDebugOutputType
Source§fn cmp(&self, other: &ESteamNetworkingSocketsDebugOutputType) -> Ordering
fn cmp(&self, other: &ESteamNetworkingSocketsDebugOutputType) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ESteamNetworkingSocketsDebugOutputType
impl PartialEq for ESteamNetworkingSocketsDebugOutputType
Source§fn eq(&self, other: &ESteamNetworkingSocketsDebugOutputType) -> bool
fn eq(&self, other: &ESteamNetworkingSocketsDebugOutputType) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for ESteamNetworkingSocketsDebugOutputType
impl PartialOrd for ESteamNetworkingSocketsDebugOutputType
impl Copy for ESteamNetworkingSocketsDebugOutputType
impl Eq for ESteamNetworkingSocketsDebugOutputType
impl StructuralPartialEq for ESteamNetworkingSocketsDebugOutputType
Auto Trait Implementations§
impl Freeze for ESteamNetworkingSocketsDebugOutputType
impl RefUnwindSafe for ESteamNetworkingSocketsDebugOutputType
impl Send for ESteamNetworkingSocketsDebugOutputType
impl Sync for ESteamNetworkingSocketsDebugOutputType
impl Unpin for ESteamNetworkingSocketsDebugOutputType
impl UnwindSafe for ESteamNetworkingSocketsDebugOutputType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more