pub struct SculkPatchConfiguration {
pub charge_count: i32,
pub amount_per_charge: i32,
pub spread_attempts: i32,
pub growth_rounds: i32,
pub spread_rounds: i32,
pub extra_rare_growths: IntProvider,
pub catalyst_chance: f32,
}Fields§
§charge_count: i32§amount_per_charge: i32§spread_attempts: i32§growth_rounds: i32§spread_rounds: i32§extra_rare_growths: IntProvider§catalyst_chance: f32Trait Implementations§
Source§impl Clone for SculkPatchConfiguration
impl Clone for SculkPatchConfiguration
Source§fn clone(&self) -> SculkPatchConfiguration
fn clone(&self) -> SculkPatchConfiguration
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for SculkPatchConfiguration
impl RefUnwindSafe for SculkPatchConfiguration
impl Send for SculkPatchConfiguration
impl Sync for SculkPatchConfiguration
impl Unpin for SculkPatchConfiguration
impl UnsafeUnpin for SculkPatchConfiguration
impl UnwindSafe for SculkPatchConfiguration
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