#[repr(u32)]pub enum EDenyReason {
Show 16 variants
k_EDenyInvalid = 0,
k_EDenyInvalidVersion = 1,
k_EDenyGeneric = 2,
k_EDenyNotLoggedOn = 3,
k_EDenyNoLicense = 4,
k_EDenyCheater = 5,
k_EDenyLoggedInElseWhere = 6,
k_EDenyUnknownText = 7,
k_EDenyIncompatibleAnticheat = 8,
k_EDenyMemoryCorruption = 9,
k_EDenyIncompatibleSoftware = 10,
k_EDenySteamConnectionLost = 11,
k_EDenySteamConnectionError = 12,
k_EDenySteamResponseTimedOut = 13,
k_EDenySteamValidationStalled = 14,
k_EDenySteamOwnerLeftGuestUser = 15,
}
Variants§
k_EDenyInvalid = 0
k_EDenyInvalidVersion = 1
k_EDenyGeneric = 2
k_EDenyNotLoggedOn = 3
k_EDenyNoLicense = 4
k_EDenyCheater = 5
k_EDenyLoggedInElseWhere = 6
k_EDenyUnknownText = 7
k_EDenyIncompatibleAnticheat = 8
k_EDenyMemoryCorruption = 9
k_EDenyIncompatibleSoftware = 10
k_EDenySteamConnectionLost = 11
k_EDenySteamConnectionError = 12
k_EDenySteamResponseTimedOut = 13
k_EDenySteamValidationStalled = 14
k_EDenySteamOwnerLeftGuestUser = 15
Trait Implementations§
Source§impl Clone for EDenyReason
impl Clone for EDenyReason
Source§fn clone(&self) -> EDenyReason
fn clone(&self) -> EDenyReason
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 Debug for EDenyReason
impl Debug for EDenyReason
Source§impl Hash for EDenyReason
impl Hash for EDenyReason
Source§impl Ord for EDenyReason
impl Ord for EDenyReason
Source§fn cmp(&self, other: &EDenyReason) -> Ordering
fn cmp(&self, other: &EDenyReason) -> 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 EDenyReason
impl PartialEq for EDenyReason
Source§impl PartialOrd for EDenyReason
impl PartialOrd for EDenyReason
impl Copy for EDenyReason
impl Eq for EDenyReason
impl StructuralPartialEq for EDenyReason
Auto Trait Implementations§
impl Freeze for EDenyReason
impl RefUnwindSafe for EDenyReason
impl Send for EDenyReason
impl Sync for EDenyReason
impl Unpin for EDenyReason
impl UnwindSafe for EDenyReason
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