Enum basic_dsp_vector::PaddingOption [] [src]

pub enum PaddingOption {
    End,
    Surround,
    Center,
}

An option which defines how a vector should be padded

Variants

Appends zeros to the end of the vector.

Surrounds the vector with zeros at the beginning and at the end.

Inserts zeros in the center of the vector

Trait Implementations

impl Copy for PaddingOption
[src]

impl Clone for PaddingOption
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for PaddingOption
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for PaddingOption
[src]

Formats the value using the given formatter.