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