Enum dfhack_proto::messages::MiscMoveType
source · pub enum MiscMoveType {
SET_CLIMB,
SET_STAND,
SET_CANCEL,
}Variants§
Trait Implementations§
source§impl Clone for MiscMoveType
impl Clone for MiscMoveType
source§fn clone(&self) -> MiscMoveType
fn clone(&self) -> MiscMoveType
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 MiscMoveType
impl Debug for MiscMoveType
source§impl Default for MiscMoveType
impl Default for MiscMoveType
source§impl Enum for MiscMoveType
impl Enum for MiscMoveType
source§fn from_i32(value: i32) -> Option<MiscMoveType>
fn from_i32(value: i32) -> Option<MiscMoveType>
Try to create an enum from
i32 value.
Return None if value is unknown.source§const VALUES: &'static [MiscMoveType] = _
const VALUES: &'static [MiscMoveType] = _
All enum values for enum type.
source§impl EnumFull for MiscMoveType
impl EnumFull for MiscMoveType
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 MiscMoveType
impl Hash for MiscMoveType
source§impl PartialEq<MiscMoveType> for MiscMoveType
impl PartialEq<MiscMoveType> for MiscMoveType
source§fn eq(&self, other: &MiscMoveType) -> bool
fn eq(&self, other: &MiscMoveType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for MiscMoveType
impl Eq for MiscMoveType
impl StructuralEq for MiscMoveType
impl StructuralPartialEq for MiscMoveType
Auto Trait Implementations§
impl RefUnwindSafe for MiscMoveType
impl Send for MiscMoveType
impl Sync for MiscMoveType
impl Unpin for MiscMoveType
impl UnwindSafe for MiscMoveType
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