Enum gilrs::ff::Waveform [] [src]

pub enum Waveform {
    Square,
    Triangle,
    Sine,
}

Wave shape.

Variants

Trait Implementations

impl Into<u16> for Waveform
[src]

Performs the conversion.

impl Copy for Waveform
[src]

impl Clone for Waveform
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Waveform
[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 Waveform
[src]

Formats the value using the given formatter.

impl Default for Waveform
[src]

Returns the "default value" for a type. Read more