#[repr(C)]pub struct CombatStyle {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl CombatStyle
impl CombatStyle
pub fn pre_talk() -> Self
pub fn die_talk() -> Self
pub fn get_exp() -> Self
pub fn level_up() -> Self
pub fn standing_die() -> Self
pub fn brawl() -> Self
pub fn shoot() -> Self
pub fn sky() -> Self
pub fn dive() -> Self
pub fn run_start() -> Self
pub fn fortress() -> Self
pub fn crosscut() -> Self
pub fn chase_arrow() -> Self
pub fn chain_attack() -> Self
pub fn chain_guard() -> Self
pub fn last_boss() -> Self
pub fn dragon_change() -> Self
pub fn full_bullet() -> Self
pub fn rescue_draw() -> Self
pub fn cannon() -> Self
pub fn rod() -> Self
pub fn dance() -> Self
pub fn engage_attack() -> Self
pub fn job_intro() -> Self
pub fn training() -> Self
pub fn eternal() -> Self
Trait Implementations§
Source§impl ClassIdentity for CombatStyle
impl ClassIdentity for CombatStyle
Source§impl Clone for CombatStyle
impl Clone for CombatStyle
Source§fn clone(&self) -> CombatStyle
fn clone(&self) -> CombatStyle
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 CombatStyle
impl Debug for CombatStyle
Source§impl PartialEq for CombatStyle
impl PartialEq for CombatStyle
impl Copy for CombatStyle
impl Eq for CombatStyle
impl StructuralPartialEq for CombatStyle
Auto Trait Implementations§
impl Freeze for CombatStyle
impl RefUnwindSafe for CombatStyle
impl Send for CombatStyle
impl Sync for CombatStyle
impl Unpin for CombatStyle
impl UnwindSafe for CombatStyle
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)