Struct bancho_packets::server::ChannelAutoJoin
source · pub struct ChannelAutoJoin<'a> {
pub name: CowStr<'a>,
pub title: CowStr<'a>,
pub player_count: i16,
}Expand description
#67: BANCHO_CHANNEL_AUTO_JOIN
Fields§
§name: CowStr<'a>§title: CowStr<'a>§player_count: i16Implementations§
Trait Implementations§
source§impl<'a> BanchoPacket for ChannelAutoJoin<'a>
impl<'a> BanchoPacket for ChannelAutoJoin<'a>
source§impl<'a> BanchoPacketLength for ChannelAutoJoin<'a>
impl<'a> BanchoPacketLength for ChannelAutoJoin<'a>
source§impl<'a> Clone for ChannelAutoJoin<'a>
impl<'a> Clone for ChannelAutoJoin<'a>
source§fn clone(&self) -> ChannelAutoJoin<'a>
fn clone(&self) -> ChannelAutoJoin<'a>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more