#[repr(u32)]pub enum EBeginAuthSessionResult {
k_EBeginAuthSessionResultOK = 0,
k_EBeginAuthSessionResultInvalidTicket = 1,
k_EBeginAuthSessionResultDuplicateRequest = 2,
k_EBeginAuthSessionResultInvalidVersion = 3,
k_EBeginAuthSessionResultGameMismatch = 4,
k_EBeginAuthSessionResultExpiredTicket = 5,
}
Variants§
k_EBeginAuthSessionResultOK = 0
k_EBeginAuthSessionResultInvalidTicket = 1
k_EBeginAuthSessionResultDuplicateRequest = 2
k_EBeginAuthSessionResultInvalidVersion = 3
k_EBeginAuthSessionResultGameMismatch = 4
k_EBeginAuthSessionResultExpiredTicket = 5
Trait Implementations§
Source§impl Clone for EBeginAuthSessionResult
impl Clone for EBeginAuthSessionResult
Source§fn clone(&self) -> EBeginAuthSessionResult
fn clone(&self) -> EBeginAuthSessionResult
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 EBeginAuthSessionResult
impl Debug for EBeginAuthSessionResult
Source§impl Hash for EBeginAuthSessionResult
impl Hash for EBeginAuthSessionResult
Source§impl Ord for EBeginAuthSessionResult
impl Ord for EBeginAuthSessionResult
Source§fn cmp(&self, other: &EBeginAuthSessionResult) -> Ordering
fn cmp(&self, other: &EBeginAuthSessionResult) -> 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 EBeginAuthSessionResult
impl PartialEq for EBeginAuthSessionResult
Source§impl PartialOrd for EBeginAuthSessionResult
impl PartialOrd for EBeginAuthSessionResult
impl Copy for EBeginAuthSessionResult
impl Eq for EBeginAuthSessionResult
impl StructuralPartialEq for EBeginAuthSessionResult
Auto Trait Implementations§
impl Freeze for EBeginAuthSessionResult
impl RefUnwindSafe for EBeginAuthSessionResult
impl Send for EBeginAuthSessionResult
impl Sync for EBeginAuthSessionResult
impl Unpin for EBeginAuthSessionResult
impl UnwindSafe for EBeginAuthSessionResult
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