pub struct ChannelFull {
Show 19 fields pub cid: ChannelId, pub pid: ChannelId, pub channel_order: ChannelId, pub channel_name: String, pub total_clients: i32, pub channel_needed_subscribe_power: i32, pub channel_topic: Option<String>, pub channel_flag_default: bool, pub channel_flag_password: bool, pub channel_flag_permanent: bool, pub channel_flag_semi_permanent: bool, pub channel_codec: i32, pub channel_codec_quality: u8, pub channel_needed_talk_power: i32, pub channel_icon_id: IconHash, pub seconds_empty: i64, pub total_clients_family: i32, pub channel_maxclients: i32, pub channel_maxfamilyclients: i32,
}

Fields

cid: ChannelId

Channel ID

pid: ChannelId

Channel parent

channel_order: ChannelId

ID of the channel

channel_name: Stringtotal_clients: i32channel_needed_subscribe_power: i32channel_topic: Option<String>channel_flag_default: boolchannel_flag_password: boolchannel_flag_permanent: boolchannel_flag_semi_permanent: boolchannel_codec: i32channel_codec_quality: u8channel_needed_talk_power: i32channel_icon_id: IconHashseconds_empty: i64total_clients_family: i32channel_maxclients: i32channel_maxfamilyclients: i32

Trait Implementations

Formats the value using the given formatter. Read more

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.