Enum processig::pursuit::Signal[][src]

pub enum Signal {
    Discrete(Array1<f64>),
}

Variants

Trait Implementations

impl Clone for Signal
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Signal

impl Sync for Signal