Enum dfhack_proto::messages::AdvmodeMenu
source · pub enum AdvmodeMenu {
Show 47 variants
Default,
Look,
ConversationAddress,
ConversationSelect,
ConversationSpeak,
Inventory,
Drop,
ThrowItem,
Wear,
Remove,
Interact,
Put,
PutContainer,
Eat,
ThrowAim,
Fire,
Get,
Unk17,
CombatPrefs,
Companions,
MovementPrefs,
SpeedPrefs,
InteractAction,
MoveCarefully,
Announcements,
UseBuilding,
Travel,
Unk27,
Unk28,
SleepConfirm,
SelectInteractionTarget,
Unk31,
Unk32,
FallAction,
ViewTracks,
Jump,
Unk36,
AttackConfirm,
AttackType,
AttackBodypart,
AttackStrike,
Unk41,
Unk42,
DodgeDirection,
Unk44,
Unk45,
Build,
}Variants§
Default
Look
ConversationAddress
ConversationSelect
ConversationSpeak
Inventory
Drop
ThrowItem
Wear
Remove
Interact
Put
PutContainer
Eat
ThrowAim
Fire
Get
Unk17
CombatPrefs
Companions
MovementPrefs
SpeedPrefs
InteractAction
MoveCarefully
Announcements
UseBuilding
Travel
Unk27
Unk28
SleepConfirm
SelectInteractionTarget
Unk31
Unk32
FallAction
ViewTracks
Jump
Unk36
AttackConfirm
AttackType
AttackBodypart
AttackStrike
Unk41
Unk42
DodgeDirection
Unk44
Unk45
Build
Trait Implementations§
source§impl Clone for AdvmodeMenu
impl Clone for AdvmodeMenu
source§fn clone(&self) -> AdvmodeMenu
fn clone(&self) -> AdvmodeMenu
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 AdvmodeMenu
impl Debug for AdvmodeMenu
source§impl Default for AdvmodeMenu
impl Default for AdvmodeMenu
source§impl Enum for AdvmodeMenu
impl Enum for AdvmodeMenu
source§fn from_i32(value: i32) -> Option<AdvmodeMenu>
fn from_i32(value: i32) -> Option<AdvmodeMenu>
Try to create an enum from
i32 value.
Return None if value is unknown.source§const VALUES: &'static [AdvmodeMenu] = _
const VALUES: &'static [AdvmodeMenu] = _
All enum values for enum type.
source§impl EnumFull for AdvmodeMenu
impl EnumFull for AdvmodeMenu
source§fn enum_descriptor() -> EnumDescriptor
fn enum_descriptor() -> EnumDescriptor
Get enum descriptor by type.
source§fn descriptor(&self) -> EnumValueDescriptor
fn descriptor(&self) -> EnumValueDescriptor
Get enum value descriptor.
source§impl Hash for AdvmodeMenu
impl Hash for AdvmodeMenu
source§impl PartialEq<AdvmodeMenu> for AdvmodeMenu
impl PartialEq<AdvmodeMenu> for AdvmodeMenu
source§fn eq(&self, other: &AdvmodeMenu) -> bool
fn eq(&self, other: &AdvmodeMenu) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for AdvmodeMenu
impl Eq for AdvmodeMenu
impl StructuralEq for AdvmodeMenu
impl StructuralPartialEq for AdvmodeMenu
Auto Trait Implementations§
impl RefUnwindSafe for AdvmodeMenu
impl Send for AdvmodeMenu
impl Sync for AdvmodeMenu
impl Unpin for AdvmodeMenu
impl UnwindSafe for AdvmodeMenu
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