Enum ts3plugin_sys::public_definitions::PluginTargetMode [] [src]

#[repr(C)]
pub enum PluginTargetMode { CurrentChannel, Server, Client, CurrentChannelSubscribedClients, Max, }

Variants

Send plugincmd to all clients in current channel

Send plugincmd to all clients on server

Send plugincmd to all given client ids

Send plugincmd to all subscribed clients in current channel

Trait Implementations

impl Debug for PluginTargetMode
[src]

Formats the value using the given formatter.

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

impl Clone for PluginTargetMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for PluginTargetMode
[src]