#[repr(C)]pub struct SkillData_Cycles {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl SkillData_Cycles
impl SkillData_Cycles
pub fn none() -> Self
pub fn map() -> Self
pub fn phase_before() -> Self
pub fn phase_after() -> Self
pub fn fixed() -> Self
pub fn engaged() -> Self
pub fn battled() -> Self
pub fn battled_of() -> Self
pub fn battled_df() -> Self
Trait Implementations§
Source§impl ClassIdentity for SkillData_Cycles
impl ClassIdentity for SkillData_Cycles
Source§impl Clone for SkillData_Cycles
impl Clone for SkillData_Cycles
Source§fn clone(&self) -> SkillData_Cycles
fn clone(&self) -> SkillData_Cycles
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 SkillData_Cycles
impl Debug for SkillData_Cycles
Source§impl PartialEq for SkillData_Cycles
impl PartialEq for SkillData_Cycles
impl Copy for SkillData_Cycles
impl Eq for SkillData_Cycles
impl StructuralPartialEq for SkillData_Cycles
Auto Trait Implementations§
impl Freeze for SkillData_Cycles
impl RefUnwindSafe for SkillData_Cycles
impl Send for SkillData_Cycles
impl Sync for SkillData_Cycles
impl Unpin for SkillData_Cycles
impl UnwindSafe for SkillData_Cycles
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)