Struct x11_input_mirror::config::SecurityConfig[][src]

pub struct SecurityConfig {
    pub password: String,
}

Fields

Methods

impl SecurityConfig
[src]

Trait Implementations

impl Clone for SecurityConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SecurityConfig
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations