[][src]Struct tsproto_commands::messages::c2s::ClientInitPart

pub struct ClientInitPart<'a> {
    pub name: &'a str,
    pub client_version: &'a str,
    pub client_platform: &'a str,
    pub input_hardware_enabled: bool,
    pub output_hardware_enabled: bool,
    pub default_channel: &'a str,
    pub default_channel_password: &'a str,
    pub password: &'a str,
    pub metadata: &'a str,
    pub client_version_sign: &'a str,
    pub client_key_offset: u64,
    pub phonetic_name: &'a str,
    pub default_token: &'a str,
    pub hardware_id: &'a str,
    pub badges: Option<&'a str>,
    pub phantom: PhantomData<&'a ()>,
}

Fields

name: &'a str

client_nickname in TeamSpeak.

client_version: &'a strclient_platform: &'a strinput_hardware_enabled: bool

client_input_hardware in TeamSpeak.

output_hardware_enabled: bool

client_output_hardware in TeamSpeak.

default_channel: &'a str

client_default_channel in TeamSpeak.

default_channel_password: &'a str

client_default_channel_password in TeamSpeak.

password: &'a str

client_server_password in TeamSpeak.

metadata: &'a str

client_meta_data in TeamSpeak.

client_version_sign: &'a strclient_key_offset: u64phonetic_name: &'a str

client_nickname_phonetic in TeamSpeak.

default_token: &'a str

client_default_token in TeamSpeak.

hardware_id: &'a str

hwid in TeamSpeak.

badges: Option<&'a str>

client_badges in TeamSpeak.

phantom: PhantomData<&'a ()>

Trait Implementations

impl<'a> Debug for ClientInitPart<'a>[src]

Auto Trait Implementations

impl<'a> Send for ClientInitPart<'a>

impl<'a> Sync for ClientInitPart<'a>

Blanket Implementations

impl<T> From for T[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Erased for T

impl<T> SendSyncUnwindSafe for T where
    T: Send + Sync + UnwindSafe + ?Sized

impl<T> Same for T

type Output = T

Should always be Self