Enum ts3plugin_sys::public_definitions::GroupShowNameTreeMode [] [src]

#[repr(C)]
pub enum GroupShowNameTreeMode { None, Before, Behind, }

Variants

Dont group show name

Show group name before client name

Show group name behind client name

Trait Implementations

impl Debug for GroupShowNameTreeMode
[src]

Formats the value using the given formatter.

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

impl Clone for GroupShowNameTreeMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for GroupShowNameTreeMode
[src]