#[repr(u32)]pub enum EChatSteamIDInstanceFlags {
k_EChatAccountInstanceMask = 4_095,
k_EChatInstanceFlagClan = 524_288,
k_EChatInstanceFlagLobby = 262_144,
k_EChatInstanceFlagMMSLobby = 131_072,
}
Variants§
k_EChatAccountInstanceMask = 4_095
k_EChatInstanceFlagClan = 524_288
k_EChatInstanceFlagLobby = 262_144
k_EChatInstanceFlagMMSLobby = 131_072
Trait Implementations§
Source§impl Clone for EChatSteamIDInstanceFlags
impl Clone for EChatSteamIDInstanceFlags
Source§fn clone(&self) -> EChatSteamIDInstanceFlags
fn clone(&self) -> EChatSteamIDInstanceFlags
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 EChatSteamIDInstanceFlags
impl Debug for EChatSteamIDInstanceFlags
Source§impl Hash for EChatSteamIDInstanceFlags
impl Hash for EChatSteamIDInstanceFlags
Source§impl Ord for EChatSteamIDInstanceFlags
impl Ord for EChatSteamIDInstanceFlags
Source§fn cmp(&self, other: &EChatSteamIDInstanceFlags) -> Ordering
fn cmp(&self, other: &EChatSteamIDInstanceFlags) -> 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 EChatSteamIDInstanceFlags
impl PartialOrd for EChatSteamIDInstanceFlags
impl Copy for EChatSteamIDInstanceFlags
impl Eq for EChatSteamIDInstanceFlags
impl StructuralPartialEq for EChatSteamIDInstanceFlags
Auto Trait Implementations§
impl Freeze for EChatSteamIDInstanceFlags
impl RefUnwindSafe for EChatSteamIDInstanceFlags
impl Send for EChatSteamIDInstanceFlags
impl Sync for EChatSteamIDInstanceFlags
impl Unpin for EChatSteamIDInstanceFlags
impl UnwindSafe for EChatSteamIDInstanceFlags
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