Struct voxel_worldgen::layer::GenZoom [] [src]

pub struct GenZoom<I> { /* fields omitted */ }

Methods

impl<I> GenZoom<I>
[src]

Trait Implementations

impl<I: Clone> Clone for GenZoom<I>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<I> GenLayer<I> for GenZoom<I> where
    I: PartialEq + Copy
[src]