Enum alto::SoftStereoCrossfeedLevel [] [src]

#[repr(C)]
pub enum SoftStereoCrossfeedLevel { No, Low, Middle, High, LowEasy, MiddleEasy, HighEasy, }

OpenAL-Soft stereo crossfeed modes. Reduces the perceived separation between the left and right channels.

Variants

Trait Implementations

impl Copy for SoftStereoCrossfeedLevel
[src]

impl Clone for SoftStereoCrossfeedLevel
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for SoftStereoCrossfeedLevel
[src]

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

This method tests for !=.

impl Eq for SoftStereoCrossfeedLevel
[src]

impl Hash for SoftStereoCrossfeedLevel
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Debug for SoftStereoCrossfeedLevel
[src]

Formats the value using the given formatter.