Struct x11_input_mirror::config::ServerConfig[][src]

pub struct ServerConfig {
    pub interface_and_port: SocketAddr,
    pub max_ping_ms: u64,
}

Fields

Methods

impl ServerConfig
[src]

Trait Implementations

impl Clone for ServerConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ServerConfig
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations