#[repr(u32)]pub enum UI_MESSAGE_TYPE {
Show 13 variants
Update = 0,
Show = 1,
Reshow = 2,
Hide = 3,
ForceHide = 4,
ScaleformEvent = 6,
UserEvent = 7,
InventoryUpdate = 8,
UserProfileChange = 9,
MUStatusChange = 10,
ResumeCaching = 11,
UpdateController = 12,
ChatterEvent = 13,
}
Variants§
Update = 0
Show = 1
Reshow = 2
Hide = 3
ForceHide = 4
ScaleformEvent = 6
BSUIScaleformData
UserEvent = 7
BSUIMessageData
InventoryUpdate = 8
InventoryUpdateData
UserProfileChange = 9
MUStatusChange = 10
ResumeCaching = 11
UpdateController = 12
ChatterEvent = 13
Trait Implementations§
Source§impl Clone for UI_MESSAGE_TYPE
impl Clone for UI_MESSAGE_TYPE
Source§fn clone(&self) -> UI_MESSAGE_TYPE
fn clone(&self) -> UI_MESSAGE_TYPE
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 UI_MESSAGE_TYPE
impl Debug for UI_MESSAGE_TYPE
Source§impl Default for UI_MESSAGE_TYPE
impl Default for UI_MESSAGE_TYPE
Source§fn default() -> UI_MESSAGE_TYPE
fn default() -> UI_MESSAGE_TYPE
Returns the “default value” for a type. Read more
Source§impl From<UI_MESSAGE_TYPE> for UI_MESSAGE_TYPE_CEnum
impl From<UI_MESSAGE_TYPE> for UI_MESSAGE_TYPE_CEnum
Source§fn from(value: UI_MESSAGE_TYPE) -> Self
fn from(value: UI_MESSAGE_TYPE) -> Self
Converts to this type from the input type.
Source§impl Hash for UI_MESSAGE_TYPE
impl Hash for UI_MESSAGE_TYPE
Source§impl Ord for UI_MESSAGE_TYPE
impl Ord for UI_MESSAGE_TYPE
Source§fn cmp(&self, other: &UI_MESSAGE_TYPE) -> Ordering
fn cmp(&self, other: &UI_MESSAGE_TYPE) -> 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 UI_MESSAGE_TYPE
impl PartialEq for UI_MESSAGE_TYPE
Source§impl PartialOrd for UI_MESSAGE_TYPE
impl PartialOrd for UI_MESSAGE_TYPE
impl Copy for UI_MESSAGE_TYPE
impl Eq for UI_MESSAGE_TYPE
impl StructuralPartialEq for UI_MESSAGE_TYPE
Auto Trait Implementations§
impl Freeze for UI_MESSAGE_TYPE
impl RefUnwindSafe for UI_MESSAGE_TYPE
impl Send for UI_MESSAGE_TYPE
impl Sync for UI_MESSAGE_TYPE
impl Unpin for UI_MESSAGE_TYPE
impl UnwindSafe for UI_MESSAGE_TYPE
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