#[repr(i32)]pub enum ESteamNetworkingGetConfigValueResult {
k_ESteamNetworkingGetConfigValue_BadValue = -1,
k_ESteamNetworkingGetConfigValue_BadScopeObj = -2,
k_ESteamNetworkingGetConfigValue_BufferTooSmall = -3,
k_ESteamNetworkingGetConfigValue_OK = 1,
k_ESteamNetworkingGetConfigValue_OKInherited = 2,
k_ESteamNetworkingGetConfigValueResult__Force32Bit = 2_147_483_647,
}
Expand description
Return value of ISteamNetworkintgUtils::GetConfigValue
Variants§
k_ESteamNetworkingGetConfigValue_BadValue = -1
k_ESteamNetworkingGetConfigValue_BadScopeObj = -2
k_ESteamNetworkingGetConfigValue_BufferTooSmall = -3
k_ESteamNetworkingGetConfigValue_OK = 1
k_ESteamNetworkingGetConfigValue_OKInherited = 2
k_ESteamNetworkingGetConfigValueResult__Force32Bit = 2_147_483_647
Trait Implementations§
Source§impl Clone for ESteamNetworkingGetConfigValueResult
impl Clone for ESteamNetworkingGetConfigValueResult
Source§fn clone(&self) -> ESteamNetworkingGetConfigValueResult
fn clone(&self) -> ESteamNetworkingGetConfigValueResult
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 ESteamNetworkingGetConfigValueResult
impl Ord for ESteamNetworkingGetConfigValueResult
Source§fn cmp(&self, other: &ESteamNetworkingGetConfigValueResult) -> Ordering
fn cmp(&self, other: &ESteamNetworkingGetConfigValueResult) -> 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 ESteamNetworkingGetConfigValueResult
impl PartialEq for ESteamNetworkingGetConfigValueResult
Source§fn eq(&self, other: &ESteamNetworkingGetConfigValueResult) -> bool
fn eq(&self, other: &ESteamNetworkingGetConfigValueResult) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for ESteamNetworkingGetConfigValueResult
impl PartialOrd for ESteamNetworkingGetConfigValueResult
impl Copy for ESteamNetworkingGetConfigValueResult
impl Eq for ESteamNetworkingGetConfigValueResult
impl StructuralPartialEq for ESteamNetworkingGetConfigValueResult
Auto Trait Implementations§
impl Freeze for ESteamNetworkingGetConfigValueResult
impl RefUnwindSafe for ESteamNetworkingGetConfigValueResult
impl Send for ESteamNetworkingGetConfigValueResult
impl Sync for ESteamNetworkingGetConfigValueResult
impl Unpin for ESteamNetworkingGetConfigValueResult
impl UnwindSafe for ESteamNetworkingGetConfigValueResult
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