Enum ts3plugin_sys::clientlib_publicdefinitions::ConnectStatus [] [src]

#[repr(C)]
pub enum ConnectStatus { Disconnected, Connecting, Connected, ConnectionEstablishing, ConnectionEstablished, }

Variants

There is no activity to the server, this is the default value

We are trying to connect, we haven't got a clientID yet, we haven't been accepted by the server

The server has accepted us, we can talk and hear and we got a clientID, but we don't have the channels and clients yet, we can get server infos (welcome msg etc.)

We are connected and we are visible

We are connected and we have the client and channels available

Trait Implementations

impl Debug for ConnectStatus
[src]

Formats the value using the given formatter.

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

impl Clone for ConnectStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ConnectStatus
[src]