Enum ts3plugin_sys::public_definitions::ClientCommand [] [src]

#[repr(C)]
pub enum ClientCommand { RequestConnectionInfo, RequestClientMove, RequestXXMuteClients, RequestClientKickFromXXX, FlushChannelCreation, FlushChannelUpdate, RequestChannelMove, RequestChannelDelete, RequestChannelDescription, RequestChannelXXSubscripeXX, RequestServerConnectionInfo, RequestSendXXXTextMsg, FileTransfer, Endmarker, }

This enum is used to disable client commands on the server

Variants

Trait Implementations

impl Debug for ClientCommand
[src]

Formats the value using the given formatter.

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

impl Clone for ClientCommand
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ClientCommand
[src]