Enum gns_sys::EPlayerResult_t
source · [−]#[repr(u32)]
pub enum EPlayerResult_t {
k_EPlayerResultFailedToConnect,
k_EPlayerResultAbandoned,
k_EPlayerResultKicked,
k_EPlayerResultIncomplete,
k_EPlayerResultCompleted,
}
Variants
k_EPlayerResultFailedToConnect
k_EPlayerResultAbandoned
k_EPlayerResultKicked
k_EPlayerResultIncomplete
k_EPlayerResultCompleted
Trait Implementations
sourceimpl Clone for EPlayerResult_t
impl Clone for EPlayerResult_t
sourcefn clone(&self) -> EPlayerResult_t
fn clone(&self) -> EPlayerResult_t
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for EPlayerResult_t
impl Debug for EPlayerResult_t
sourceimpl Hash for EPlayerResult_t
impl Hash for EPlayerResult_t
sourceimpl Ord for EPlayerResult_t
impl Ord for EPlayerResult_t
sourcefn cmp(&self, other: &EPlayerResult_t) -> Ordering
fn cmp(&self, other: &EPlayerResult_t) -> Ordering
1.21.0 · sourcefn max(self, other: Self) -> Self
fn max(self, other: Self) -> Self
Compares and returns the maximum of two values. Read more
1.21.0 · sourcefn min(self, other: Self) -> Self
fn min(self, other: Self) -> Self
Compares and returns the minimum of two values. Read more
1.50.0 · sourcefn clamp(self, min: Self, max: Self) -> Self where
Self: PartialOrd<Self>,
fn clamp(self, min: Self, max: Self) -> Self where
Self: PartialOrd<Self>,
Restrict a value to a certain interval. Read more
sourceimpl PartialEq<EPlayerResult_t> for EPlayerResult_t
impl PartialEq<EPlayerResult_t> for EPlayerResult_t
sourceimpl PartialOrd<EPlayerResult_t> for EPlayerResult_t
impl PartialOrd<EPlayerResult_t> for EPlayerResult_t
sourcefn partial_cmp(&self, other: &EPlayerResult_t) -> Option<Ordering>
fn partial_cmp(&self, other: &EPlayerResult_t) -> Option<Ordering>
This method returns an ordering between self
and other
values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self
and other
) and is used by the <
operator. Read more
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
impl Copy for EPlayerResult_t
impl Eq for EPlayerResult_t
impl StructuralEq for EPlayerResult_t
impl StructuralPartialEq for EPlayerResult_t
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more