pub struct Channel {
    pub cid: ChannelId,
    pub pid: ChannelId,
    pub channel_order: ChannelId,
    pub channel_name: String,
    pub total_clients: i32,
    pub channel_needed_subscribe_power: i32,
}

Fields

cid: ChannelId

Channel ID

pid: ChannelId

Channel parent, 0 for server

channel_order: ChannelId

ID of the channel

channel_name: Stringtotal_clients: i32channel_needed_subscribe_power: i32

Trait Implementations

Formats the value using the given formatter. Read more

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.