Enum simulation::signal::GainPattern
[−]
[src]
pub enum GainPattern { Uniform, Figure8, }
A pattern used for adjusting the signal gain
Variants
Uniform
A simple model where every direction has equal gain
Figure8
A model where the gain is strongest at the front and back, and weakest at the sides
Trait Implementations
impl Copy for GainPattern
[src]
impl Clone for GainPattern
[src]
fn clone(&self) -> GainPattern
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more