Enum snow::params::BaseChoice
source · pub enum BaseChoice {
Noise,
}
Expand description
I recommend you choose Noise
.
Variants§
Noise
Trait Implementations§
source§impl Clone for BaseChoice
impl Clone for BaseChoice
source§fn clone(&self) -> BaseChoice
fn clone(&self) -> BaseChoice
Returns a copy 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 more