Enum basic_dsp_vector::PaddingOption [−][src]
pub enum PaddingOption {
End,
Surround,
Center,
}An option which defines how a vector should be padded
Variants
EndAppends zeros to the end of the vector.
SurroundSurrounds the vector with zeros at the beginning and at the end.
CenterInserts zeros in the center of the vector
Trait Implementations
impl Copy for PaddingOption[src]
impl Copy for PaddingOptionimpl Clone for PaddingOption[src]
impl Clone for PaddingOptionfn clone(&self) -> PaddingOption[src]
fn clone(&self) -> PaddingOptionReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for PaddingOption[src]
impl PartialEq for PaddingOptionfn eq(&self, other: &PaddingOption) -> bool[src]
fn eq(&self, other: &PaddingOption) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Debug for PaddingOption[src]
impl Debug for PaddingOptionAuto Trait Implementations
impl Send for PaddingOption
impl Send for PaddingOptionimpl Sync for PaddingOption
impl Sync for PaddingOption