#[repr(C)]pub struct UnitAnim_Types {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl UnitAnim_Types
impl UnitAnim_Types
pub fn none() -> Self
pub fn stand_by() -> Self
pub fn idle_relax() -> Self
pub fn idle_normal() -> Self
pub fn run_loop() -> Self
pub fn start() -> Self
pub fn attack() -> Self
pub fn shoot() -> Self
pub fn special() -> Self
pub fn rod() -> Self
pub fn dance() -> Self
pub fn magic_weapon() -> Self
pub fn event1() -> Self
pub fn event2() -> Self
pub fn event3() -> Self
pub fn event4() -> Self
pub fn num() -> Self
Trait Implementations§
Source§impl ClassIdentity for UnitAnim_Types
impl ClassIdentity for UnitAnim_Types
Source§impl Clone for UnitAnim_Types
impl Clone for UnitAnim_Types
Source§fn clone(&self) -> UnitAnim_Types
fn clone(&self) -> UnitAnim_Types
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for UnitAnim_Types
impl Debug for UnitAnim_Types
Source§impl PartialEq for UnitAnim_Types
impl PartialEq for UnitAnim_Types
impl Copy for UnitAnim_Types
impl Eq for UnitAnim_Types
impl StructuralPartialEq for UnitAnim_Types
Auto Trait Implementations§
impl Freeze for UnitAnim_Types
impl RefUnwindSafe for UnitAnim_Types
impl Send for UnitAnim_Types
impl Sync for UnitAnim_Types
impl Unpin for UnitAnim_Types
impl UnwindSafe for UnitAnim_Types
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)