Enum rdc_connections::RemoteDesktopSessionState[][src]

pub enum RemoteDesktopSessionState {
    Active,
    Connected,
    ConnectQuery,
    Shadow,
    Disconnected,
    Idle,
    Listen,
    Reset,
    Down,
    Init,
}
Expand description

Session state

Variants

Active

A user is logged on to the WinStation. This state occurs when a user is signed in and actively connected to the device.

Connected

The WinStation is connected to the client.

ConnectQuery

The WinStation is in the process of connecting to the client.

Shadow

The WinStation is shadowing another WinStation.

Disconnected

The WinStation is active but the client is disconnected. This state occurs when a user is signed in but not actively connected to the device, such as when the user has chosen to exit to the lock screen.

Idle

The WinStation is waiting for a client to connect.

Listen

The WinStation is listening for a connection. A listener session waits for requests for new client connections. No user is logged on a listener session. A listener session cannot be reset, shadowed, or changed to a regular client session.

Reset

The WinStation is being reset.

Down

The WinStation is down due to an error.

Init

The WinStation is initializing.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.