pub enum MiscMoveType {
SET_CLIMB = 0,
SET_STAND = 1,
SET_CANCEL = 2,
}Variants§
Trait Implementations§
Source§impl Clone for MiscMoveType
impl Clone for MiscMoveType
Source§fn clone(&self) -> MiscMoveType
fn clone(&self) -> MiscMoveType
Returns a duplicate 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§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 for MiscMoveType
impl PartialEq for MiscMoveType
impl Copy for MiscMoveType
impl Eq for MiscMoveType
impl StructuralPartialEq for MiscMoveType
Auto Trait Implementations§
impl Freeze for MiscMoveType
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