Struct rfmod::SpeakerMixOptions [] [src]

pub struct SpeakerMixOptions {
    pub front_left: f32,
    pub front_right: f32,
    pub center: f32,
    pub lfe: f32,
    pub back_left: f32,
    pub back_right: f32,
    pub side_left: f32,
    pub side_right: f32,
}

Structure which contains data for Channel::set_speaker_mix and Channel::get_speaker_mix

Fields

Trait Implementations

impl Debug for SpeakerMixOptions
[src]

Formats the value using the given formatter.

impl PartialEq for SpeakerMixOptions
[src]

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

This method tests for !=.

impl PartialOrd for SpeakerMixOptions
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl Clone for SpeakerMixOptions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for SpeakerMixOptions
[src]

impl Default for SpeakerMixOptions
[src]

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