pub struct VoronoiConfig {
pub num_points: usize,
pub floor_chance: f64,
}Fields§
§num_points: usize§floor_chance: f64Trait Implementations§
Source§impl Clone for VoronoiConfig
impl Clone for VoronoiConfig
Source§fn clone(&self) -> VoronoiConfig
fn clone(&self) -> VoronoiConfig
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 VoronoiConfig
impl Debug for VoronoiConfig
Auto Trait Implementations§
impl Freeze for VoronoiConfig
impl RefUnwindSafe for VoronoiConfig
impl Send for VoronoiConfig
impl Sync for VoronoiConfig
impl Unpin for VoronoiConfig
impl UnwindSafe for VoronoiConfig
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