#[repr(u32)]pub enum EChatEntryType {
k_EChatEntryTypeInvalid = 0,
k_EChatEntryTypeChatMsg = 1,
k_EChatEntryTypeTyping = 2,
k_EChatEntryTypeInviteGame = 3,
k_EChatEntryTypeEmote = 4,
k_EChatEntryTypeLeftConversation = 6,
k_EChatEntryTypeEntered = 7,
k_EChatEntryTypeWasKicked = 8,
k_EChatEntryTypeWasBanned = 9,
k_EChatEntryTypeDisconnected = 10,
k_EChatEntryTypeHistoricalChat = 11,
k_EChatEntryTypeLinkBlocked = 14,
}
Variants§
k_EChatEntryTypeInvalid = 0
k_EChatEntryTypeChatMsg = 1
k_EChatEntryTypeTyping = 2
k_EChatEntryTypeInviteGame = 3
k_EChatEntryTypeEmote = 4
k_EChatEntryTypeLeftConversation = 6
k_EChatEntryTypeEntered = 7
k_EChatEntryTypeWasKicked = 8
k_EChatEntryTypeWasBanned = 9
k_EChatEntryTypeDisconnected = 10
k_EChatEntryTypeHistoricalChat = 11
k_EChatEntryTypeLinkBlocked = 14
Trait Implementations§
Source§impl Clone for EChatEntryType
impl Clone for EChatEntryType
Source§fn clone(&self) -> EChatEntryType
fn clone(&self) -> EChatEntryType
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 EChatEntryType
impl Debug for EChatEntryType
Source§impl Hash for EChatEntryType
impl Hash for EChatEntryType
Source§impl Ord for EChatEntryType
impl Ord for EChatEntryType
Source§fn cmp(&self, other: &EChatEntryType) -> Ordering
fn cmp(&self, other: &EChatEntryType) -> 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 EChatEntryType
impl PartialEq for EChatEntryType
Source§impl PartialOrd for EChatEntryType
impl PartialOrd for EChatEntryType
impl Copy for EChatEntryType
impl Eq for EChatEntryType
impl StructuralPartialEq for EChatEntryType
Auto Trait Implementations§
impl Freeze for EChatEntryType
impl RefUnwindSafe for EChatEntryType
impl Send for EChatEntryType
impl Sync for EChatEntryType
impl Unpin for EChatEntryType
impl UnwindSafe for EChatEntryType
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