Struct mutelnet::TelnetConfig [−][src]
pub struct TelnetConfig {
pub client_name: String,
pub client_version: String,
pub encoding: String,
pub color: u8,
pub width: u16,
pub height: u16,
pub oob: bool,
pub screen_reader: bool,
}Fields
client_name: Stringclient_version: Stringencoding: Stringcolor: u8width: u16height: u16oob: boolscreen_reader: boolTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TelnetConfigimpl Send for TelnetConfigimpl Sync for TelnetConfigimpl Unpin for TelnetConfigimpl UnwindSafe for TelnetConfigBlanket Implementations
Mutably borrows from an owned value. Read more