#[repr(C)]pub struct RelayAwardData_Kinds {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl RelayAwardData_Kinds
impl RelayAwardData_Kinds
pub fn kill() -> Self
pub fn damaged() -> Self
pub fn heal() -> Self
pub fn break() -> Self
pub fn engage() -> Self
pub fn use_item() -> Self
pub fn poison() -> Self
pub fn move() -> Self
pub fn skill() -> Self
pub fn damaged0() -> Self
pub fn critical() -> Self
pub fn efficacy() -> Self
pub fn engage_attack() -> Self
pub fn chain_guard() -> Self
pub fn blow() -> Self
pub fn direct_attack() -> Self
pub fn indirect_attack() -> Self
pub fn attack() -> Self
pub fn chain_attack() -> Self
pub fn mixed_least() -> Self
pub fn move_least() -> Self
pub fn damage_least() -> Self
pub fn fixed() -> Self
pub fn healed() -> Self
pub fn skilled() -> Self
pub fn num() -> Self
Trait Implementations§
Source§impl ClassIdentity for RelayAwardData_Kinds
impl ClassIdentity for RelayAwardData_Kinds
Source§impl Clone for RelayAwardData_Kinds
impl Clone for RelayAwardData_Kinds
Source§fn clone(&self) -> RelayAwardData_Kinds
fn clone(&self) -> RelayAwardData_Kinds
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 RelayAwardData_Kinds
impl Debug for RelayAwardData_Kinds
Source§impl PartialEq for RelayAwardData_Kinds
impl PartialEq for RelayAwardData_Kinds
impl Copy for RelayAwardData_Kinds
impl Eq for RelayAwardData_Kinds
impl StructuralPartialEq for RelayAwardData_Kinds
Auto Trait Implementations§
impl Freeze for RelayAwardData_Kinds
impl RefUnwindSafe for RelayAwardData_Kinds
impl Send for RelayAwardData_Kinds
impl Sync for RelayAwardData_Kinds
impl Unpin for RelayAwardData_Kinds
impl UnwindSafe for RelayAwardData_Kinds
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)