pub struct BigTreeGenerator { /* private fields */ }Expand description
Generator for big oak trees.
Implementations§
Source§impl BigTreeGenerator
 
impl BigTreeGenerator
pub fn new() -> Self
Sourcepub fn new_natural() -> Self
 
pub fn new_natural() -> Self
Create a new big tree generator for natural generation, it has some slight modification from the default one, such as the branch delta height.
Trait Implementations§
Source§impl FeatureGenerator for BigTreeGenerator
 
impl FeatureGenerator for BigTreeGenerator
Auto Trait Implementations§
impl Freeze for BigTreeGenerator
impl RefUnwindSafe for BigTreeGenerator
impl Send for BigTreeGenerator
impl Sync for BigTreeGenerator
impl Unpin for BigTreeGenerator
impl UnwindSafe for BigTreeGenerator
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