Enum ts3plugin_sys::public_definitions::MonoSoundDestination
[−]
[src]
#[repr(C)]pub enum MonoSoundDestination { All, FrontCenter, FrontLeftAndRight, }
Variants
AllSend mono sound to all available speakers
FrontCenterSend mono sound to front center speaker if available
FrontLeftAndRightSend mono sound to front left/right speakers if available
Trait Implementations
impl Debug for MonoSoundDestination[src]
impl PartialEq for MonoSoundDestination[src]
fn eq(&self, __arg_0: &MonoSoundDestination) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.
impl Eq for MonoSoundDestination[src]
impl Clone for MonoSoundDestination[src]
fn clone(&self) -> MonoSoundDestination
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more