#[repr(C)]pub struct Phase_Detail {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl Phase_Detail
impl Phase_Detail
pub fn first_attack() -> Self
pub fn last_attack() -> Self
pub fn rush() -> Self
pub fn efficacy() -> Self
pub fn engage_attack() -> Self
pub fn break() -> Self
pub fn smash() -> Self
pub fn standing_die() -> Self
pub fn damage_displayed() -> Self
pub fn chain_atk() -> Self
pub fn chain_atk2() -> Self
pub fn chain_grd1() -> Self
pub fn chain_grd2() -> Self
pub fn chain_grd3() -> Self
pub fn chain_grd4() -> Self
pub fn chain_grd() -> Self
Trait Implementations§
Source§impl ClassIdentity for Phase_Detail
impl ClassIdentity for Phase_Detail
Source§impl Clone for Phase_Detail
impl Clone for Phase_Detail
Source§fn clone(&self) -> Phase_Detail
fn clone(&self) -> Phase_Detail
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 Phase_Detail
impl Debug for Phase_Detail
Source§impl PartialEq for Phase_Detail
impl PartialEq for Phase_Detail
impl Copy for Phase_Detail
impl Eq for Phase_Detail
impl StructuralPartialEq for Phase_Detail
Auto Trait Implementations§
impl Freeze for Phase_Detail
impl RefUnwindSafe for Phase_Detail
impl Send for Phase_Detail
impl Sync for Phase_Detail
impl Unpin for Phase_Detail
impl UnwindSafe for Phase_Detail
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)