Struct bancho_packets::client::UserChannelPart
source · pub struct UserChannelPart<'a> {
pub channel_name: CowStr<'a>,
}Expand description
#78: OSU_USER_CHANNEL_PART
Fields§
§channel_name: CowStr<'a>Implementations§
Trait Implementations§
source§impl<'a> BanchoPacket for UserChannelPart<'a>
impl<'a> BanchoPacket for UserChannelPart<'a>
source§impl<'a> BanchoPacketLength for UserChannelPart<'a>
impl<'a> BanchoPacketLength for UserChannelPart<'a>
source§impl<'a> Clone for UserChannelPart<'a>
impl<'a> Clone for UserChannelPart<'a>
source§fn clone(&self) -> UserChannelPart<'a>
fn clone(&self) -> UserChannelPart<'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 moresource§impl<'a> Debug for UserChannelPart<'a>
impl<'a> Debug for UserChannelPart<'a>
source§impl<'a> Default for UserChannelPart<'a>
impl<'a> Default for UserChannelPart<'a>
source§fn default() -> UserChannelPart<'a>
fn default() -> UserChannelPart<'a>
Returns the “default value” for a type. Read more