Enum netcode::ClientState [] [src]

pub enum ClientState {
    ConnectionTimedOut,
    ConnectionResponseTimedOut,
    ConnectionRequestTimedOut,
    ConnectionDenied,
    Disconnected,
    SendingConnectionRequest,
    SendingConnectionResponse,
    Connected,
}

States represented by the client

Variants

Connection timed out.

Connection response timed out.

Connection request timed out.

Connection was denied.

Client is connected.

Sending connection request.

Sending challenge response.

Client is connected

Trait Implementations

impl Debug for State
[src]

Formats the value using the given formatter.

impl Clone for State
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more