[][src]Struct tsproto_commands::messages::s2c::ChannelDataPart

pub struct ChannelDataPart<'a> {
    pub id: ChannelId,
    pub parent_channel_id: ChannelId,
    pub duration_empty: Duration,
    pub total_family_clients: i32,
    pub total_clients: i32,
    pub needed_subscribe_power: i32,
    pub order: i32,
    pub name: &'a str,
    pub topic: &'a str,
    pub is_default: bool,
    pub has_password: bool,
    pub is_permanent: bool,
    pub is_semi_permanent: bool,
    pub codec: Codec,
    pub codec_quality: u8,
    pub needed_talk_power: i32,
    pub icon_id: IconHash,
    pub max_clients: i32,
    pub max_family_clients: i32,
    pub phantom: PhantomData<&'a ()>,
}

Fields

id: ChannelIdparent_channel_id: ChannelId

pid in TeamSpeak.

duration_empty: Duration

seconds_empty in TeamSpeak.

total_family_clients: i32

total_clients_family in TeamSpeak.

total_clients: i32needed_subscribe_power: i32

channel_needed_subscribe_power in TeamSpeak.

order: i32

channel_order in TeamSpeak.

name: &'a str

channel_name in TeamSpeak.

topic: &'a str

channel_topic in TeamSpeak.

is_default: bool

channel_flag_default in TeamSpeak.

has_password: bool

channel_flag_password in TeamSpeak.

is_permanent: bool

channel_flag_permanent in TeamSpeak.

is_semi_permanent: bool

channel_flag_semi_permanent in TeamSpeak.

codec: Codec

channel_codec in TeamSpeak.

codec_quality: u8

channel_codec_quality in TeamSpeak.

needed_talk_power: i32

channel_needed_talk_power in TeamSpeak.

icon_id: IconHash

channel_icon_id in TeamSpeak.

max_clients: i32

channel_maxclients in TeamSpeak.

max_family_clients: i32

channel_maxfamilyclients in TeamSpeak.

phantom: PhantomData<&'a ()>

Trait Implementations

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

Auto Trait Implementations

impl<'a> Send for ChannelDataPart<'a>

impl<'a> Sync for ChannelDataPart<'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