Enum basic_dsp_vector::PaddingOption [−][src]
pub enum PaddingOption {
End,
Surround,
Center,
}Expand description
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
Auto Trait Implementations
impl RefUnwindSafe for PaddingOptionimpl Send for PaddingOptionimpl Sync for PaddingOptionimpl Unpin for PaddingOptionimpl UnwindSafe for PaddingOptionBlanket Implementations
Mutably borrows from an owned value. Read more