Struct rdc_connections::ClientInfo[][src]

pub struct ClientInfo {
    pub user: String,
    pub client: String,
    pub address: (u32, [u16; 31]),
}
Expand description

Client Info

Fields

user: String

Connected user-name

client: String

Connected client’s NetBIOS name

address: (u32, [u16; 31])

address of connected client

Trait Implementations

Formats the value using the given formatter. Read more

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 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.