Enum ts3plugin_sys::public_definitions::MonoSoundDestination [] [src]

#[repr(C)]
pub enum MonoSoundDestination { All, FrontCenter, FrontLeftAndRight, }

Variants

Send mono sound to all available speakers

Send mono sound to front center speaker if available

Send mono sound to front left/right speakers if available

Trait Implementations

impl Debug for MonoSoundDestination
[src]

Formats the value using the given formatter.

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

impl Clone for MonoSoundDestination
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for MonoSoundDestination
[src]