Enum simulation::signal::GainPattern [] [src]

pub enum GainPattern {
    Uniform,
    Figure8,
}

A pattern used for adjusting the signal gain

Variants

A simple model where every direction has equal gain

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]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl TryFrom<i32> for GainPattern
[src]

Unstable (try_from)

The type returned in the event of a conversion error.

Unstable (try_from)

Performs the conversion.