#[repr(C)]pub struct JobIntroData_BattleType {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl JobIntroData_BattleType
impl JobIntroData_BattleType
pub fn none() -> Self
pub fn attack1() -> Self
pub fn attack2() -> Self
pub fn attack3() -> Self
pub fn attack4() -> Self
pub fn attack5() -> Self
pub fn miss() -> Self
pub fn parry() -> Self
pub fn guard() -> Self
pub fn heal() -> Self
pub fn finish() -> Self
Trait Implementations§
Source§impl Clone for JobIntroData_BattleType
impl Clone for JobIntroData_BattleType
Source§fn clone(&self) -> JobIntroData_BattleType
fn clone(&self) -> JobIntroData_BattleType
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 JobIntroData_BattleType
impl Debug for JobIntroData_BattleType
Source§impl PartialEq for JobIntroData_BattleType
impl PartialEq for JobIntroData_BattleType
impl Copy for JobIntroData_BattleType
impl Eq for JobIntroData_BattleType
impl StructuralPartialEq for JobIntroData_BattleType
Auto Trait Implementations§
impl Freeze for JobIntroData_BattleType
impl RefUnwindSafe for JobIntroData_BattleType
impl Send for JobIntroData_BattleType
impl Sync for JobIntroData_BattleType
impl Unpin for JobIntroData_BattleType
impl UnwindSafe for JobIntroData_BattleType
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)