Enum ts3plugin_sys::plugin_definitions::GuiProfile [] [src]

#[repr(C)]
pub enum GuiProfile { SoundCapture, SoundPlayback, Hotkey, Soundpack, Identity, }

Variants

Trait Implementations

impl Debug for GuiProfile
[src]

Formats the value using the given formatter.

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

impl Clone for GuiProfile
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for GuiProfile
[src]