#[repr(C)]pub struct Phase_HitType {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl Phase_HitType
impl Phase_HitType
pub fn critical() -> Self
pub fn miss() -> Self
pub fn guard() -> Self
pub fn hit() -> Self
pub fn parry() -> Self
pub fn knockoff() -> Self
pub fn heal() -> Self
pub fn chain_guard() -> Self
pub fn dual_guard() -> Self
pub fn hit_stop有() -> Self
pub fn guard系() -> Self
pub fn miss系() -> Self
Trait Implementations§
Source§impl ClassIdentity for Phase_HitType
impl ClassIdentity for Phase_HitType
Source§impl Clone for Phase_HitType
impl Clone for Phase_HitType
Source§fn clone(&self) -> Phase_HitType
fn clone(&self) -> Phase_HitType
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_HitType
impl Debug for Phase_HitType
Source§impl PartialEq for Phase_HitType
impl PartialEq for Phase_HitType
impl Copy for Phase_HitType
impl Eq for Phase_HitType
impl StructuralPartialEq for Phase_HitType
Auto Trait Implementations§
impl Freeze for Phase_HitType
impl RefUnwindSafe for Phase_HitType
impl Send for Phase_HitType
impl Sync for Phase_HitType
impl Unpin for Phase_HitType
impl UnwindSafe for Phase_HitType
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)