Struct bancho_packets::client::UserChannelJoin
source · pub struct UserChannelJoin<'a> {
pub channel_name: CowStr<'a>,
}Expand description
#63: OSU_USER_CHANNEL_JOIN
Fields§
§channel_name: CowStr<'a>Implementations§
Trait Implementations§
source§impl<'a> BanchoPacket for UserChannelJoin<'a>
impl<'a> BanchoPacket for UserChannelJoin<'a>
source§impl<'a> BanchoPacketLength for UserChannelJoin<'a>
impl<'a> BanchoPacketLength for UserChannelJoin<'a>
source§impl<'a> Clone for UserChannelJoin<'a>
impl<'a> Clone for UserChannelJoin<'a>
source§fn clone(&self) -> UserChannelJoin<'a>
fn clone(&self) -> UserChannelJoin<'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