pub struct REINFORCE_PARAM_PROTECTOR_ST { /* private fields */ }Implementations§
Source§impl REINFORCE_PARAM_PROTECTOR_ST
impl REINFORCE_PARAM_PROTECTOR_ST
pub fn physics_def_rate(&self) -> f32
pub fn set_physics_def_rate(&mut self, value: f32)
pub fn magic_def_rate(&self) -> f32
pub fn set_magic_def_rate(&mut self, value: f32)
pub fn fire_def_rate(&self) -> f32
pub fn set_fire_def_rate(&mut self, value: f32)
pub fn thunder_def_rate(&self) -> f32
pub fn set_thunder_def_rate(&mut self, value: f32)
pub fn slash_def_rate(&self) -> f32
pub fn set_slash_def_rate(&mut self, value: f32)
pub fn blow_def_rate(&self) -> f32
pub fn set_blow_def_rate(&mut self, value: f32)
pub fn thrust_def_rate(&self) -> f32
pub fn set_thrust_def_rate(&mut self, value: f32)
pub fn resist_poison_rate(&self) -> f32
pub fn set_resist_poison_rate(&mut self, value: f32)
pub fn resist_disease_rate(&self) -> f32
pub fn set_resist_disease_rate(&mut self, value: f32)
pub fn resist_blood_rate(&self) -> f32
pub fn set_resist_blood_rate(&mut self, value: f32)
pub fn resist_curse_rate(&self) -> f32
pub fn set_resist_curse_rate(&mut self, value: f32)
pub fn resident_sp_effect_id1(&self) -> u8
pub fn set_resident_sp_effect_id1(&mut self, value: u8)
pub fn resident_sp_effect_id2(&self) -> u8
pub fn set_resident_sp_effect_id2(&mut self, value: u8)
pub fn resident_sp_effect_id3(&self) -> u8
pub fn set_resident_sp_effect_id3(&mut self, value: u8)
pub fn material_set_id(&self) -> u8
pub fn set_material_set_id(&mut self, value: u8)
pub fn dark_def_rate(&self) -> f32
pub fn set_dark_def_rate(&mut self, value: f32)
pub fn resist_freeze_rate(&self) -> f32
pub fn set_resist_freeze_rate(&mut self, value: f32)
pub fn resist_sleep_rate(&self) -> f32
pub fn set_resist_sleep_rate(&mut self, value: f32)
pub fn resist_madness_rate(&self) -> f32
pub fn set_resist_madness_rate(&mut self, value: f32)
Trait Implementations§
Source§impl Clone for REINFORCE_PARAM_PROTECTOR_ST
impl Clone for REINFORCE_PARAM_PROTECTOR_ST
Source§fn clone(&self) -> REINFORCE_PARAM_PROTECTOR_ST
fn clone(&self) -> REINFORCE_PARAM_PROTECTOR_ST
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for REINFORCE_PARAM_PROTECTOR_ST
impl Debug for REINFORCE_PARAM_PROTECTOR_ST
Auto Trait Implementations§
impl Freeze for REINFORCE_PARAM_PROTECTOR_ST
impl RefUnwindSafe for REINFORCE_PARAM_PROTECTOR_ST
impl Send for REINFORCE_PARAM_PROTECTOR_ST
impl Sync for REINFORCE_PARAM_PROTECTOR_ST
impl Unpin for REINFORCE_PARAM_PROTECTOR_ST
impl UnwindSafe for REINFORCE_PARAM_PROTECTOR_ST
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more