#[repr(u32)]pub enum ESteamIPv6ConnectivityState {
k_ESteamIPv6ConnectivityState_Unknown = 0,
k_ESteamIPv6ConnectivityState_Good = 1,
k_ESteamIPv6ConnectivityState_Bad = 2,
}
Variants§
k_ESteamIPv6ConnectivityState_Unknown = 0
k_ESteamIPv6ConnectivityState_Good = 1
k_ESteamIPv6ConnectivityState_Bad = 2
Trait Implementations§
Source§impl Clone for ESteamIPv6ConnectivityState
impl Clone for ESteamIPv6ConnectivityState
Source§fn clone(&self) -> ESteamIPv6ConnectivityState
fn clone(&self) -> ESteamIPv6ConnectivityState
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 ESteamIPv6ConnectivityState
impl Debug for ESteamIPv6ConnectivityState
Source§impl Hash for ESteamIPv6ConnectivityState
impl Hash for ESteamIPv6ConnectivityState
Source§impl Ord for ESteamIPv6ConnectivityState
impl Ord for ESteamIPv6ConnectivityState
Source§fn cmp(&self, other: &ESteamIPv6ConnectivityState) -> Ordering
fn cmp(&self, other: &ESteamIPv6ConnectivityState) -> 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 PartialOrd for ESteamIPv6ConnectivityState
impl PartialOrd for ESteamIPv6ConnectivityState
impl Copy for ESteamIPv6ConnectivityState
impl Eq for ESteamIPv6ConnectivityState
impl StructuralPartialEq for ESteamIPv6ConnectivityState
Auto Trait Implementations§
impl Freeze for ESteamIPv6ConnectivityState
impl RefUnwindSafe for ESteamIPv6ConnectivityState
impl Send for ESteamIPv6ConnectivityState
impl Sync for ESteamIPv6ConnectivityState
impl Unpin for ESteamIPv6ConnectivityState
impl UnwindSafe for ESteamIPv6ConnectivityState
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