#[repr(i32)]pub enum EClientStat {
P2PConnectionsUDP = 0,
P2PConnectionsRelay = 1,
P2PGameConnections = 2,
P2PVoiceConnections = 3,
BytesDownloaded = 4,
}Variants§
P2PConnectionsUDP = 0
P2PConnectionsRelay = 1
P2PGameConnections = 2
P2PVoiceConnections = 3
BytesDownloaded = 4
Implementations§
Trait Implementations§
Source§impl Clone for EClientStat
impl Clone for EClientStat
Source§fn clone(&self) -> EClientStat
fn clone(&self) -> EClientStat
Returns a duplicate 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 EClientStat
impl Debug for EClientStat
Source§impl Hash for EClientStat
impl Hash for EClientStat
Source§impl PartialEq for EClientStat
impl PartialEq for EClientStat
impl Copy for EClientStat
impl Eq for EClientStat
impl StructuralPartialEq for EClientStat
Auto Trait Implementations§
impl Freeze for EClientStat
impl RefUnwindSafe for EClientStat
impl Send for EClientStat
impl Sync for EClientStat
impl Unpin for EClientStat
impl UnsafeUnpin for EClientStat
impl UnwindSafe for EClientStat
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