#[repr(u32)]pub enum ENTRY_POINT_FUNCTION_TYPE {
Value = 0,
AddLeveledList = 1,
AddActivateChoice = 2,
Null = 3,
SelectSpell = 4,
SelectText = 5,
SetText = 6,
}
Variants§
Value = 0
AddLeveledList = 1
AddActivateChoice = 2
Null = 3
SelectSpell = 4
SelectText = 5
SetText = 6
Trait Implementations§
Source§impl Clone for ENTRY_POINT_FUNCTION_TYPE
impl Clone for ENTRY_POINT_FUNCTION_TYPE
Source§fn clone(&self) -> ENTRY_POINT_FUNCTION_TYPE
fn clone(&self) -> ENTRY_POINT_FUNCTION_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 ENTRY_POINT_FUNCTION_TYPE
impl Debug for ENTRY_POINT_FUNCTION_TYPE
Source§impl From<ENTRY_POINT_FUNCTION_TYPE> for ENTRY_POINT_FUNCTION_TYPE_CEnum
impl From<ENTRY_POINT_FUNCTION_TYPE> for ENTRY_POINT_FUNCTION_TYPE_CEnum
Source§fn from(value: ENTRY_POINT_FUNCTION_TYPE) -> Self
fn from(value: ENTRY_POINT_FUNCTION_TYPE) -> Self
Converts to this type from the input type.
Source§impl Hash for ENTRY_POINT_FUNCTION_TYPE
impl Hash for ENTRY_POINT_FUNCTION_TYPE
Source§impl Ord for ENTRY_POINT_FUNCTION_TYPE
impl Ord for ENTRY_POINT_FUNCTION_TYPE
Source§fn cmp(&self, other: &ENTRY_POINT_FUNCTION_TYPE) -> Ordering
fn cmp(&self, other: &ENTRY_POINT_FUNCTION_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 PartialOrd for ENTRY_POINT_FUNCTION_TYPE
impl PartialOrd for ENTRY_POINT_FUNCTION_TYPE
impl Copy for ENTRY_POINT_FUNCTION_TYPE
impl Eq for ENTRY_POINT_FUNCTION_TYPE
impl StructuralPartialEq for ENTRY_POINT_FUNCTION_TYPE
Auto Trait Implementations§
impl Freeze for ENTRY_POINT_FUNCTION_TYPE
impl RefUnwindSafe for ENTRY_POINT_FUNCTION_TYPE
impl Send for ENTRY_POINT_FUNCTION_TYPE
impl Sync for ENTRY_POINT_FUNCTION_TYPE
impl Unpin for ENTRY_POINT_FUNCTION_TYPE
impl UnwindSafe for ENTRY_POINT_FUNCTION_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