pub struct GeodeCrackSettings {
pub generate_crack_chance: f64,
pub base_crack_size: f64,
pub crack_point_offset: i32,
}Fields§
§generate_crack_chance: f64§base_crack_size: f64§crack_point_offset: i32Trait Implementations§
Source§impl Clone for GeodeCrackSettings
impl Clone for GeodeCrackSettings
Source§fn clone(&self) -> GeodeCrackSettings
fn clone(&self) -> GeodeCrackSettings
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 GeodeCrackSettings
impl RefUnwindSafe for GeodeCrackSettings
impl Send for GeodeCrackSettings
impl Sync for GeodeCrackSettings
impl Unpin for GeodeCrackSettings
impl UnsafeUnpin for GeodeCrackSettings
impl UnwindSafe for GeodeCrackSettings
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