Struct bancho_packets::server::UserPresenceBundle
source · pub struct UserPresenceBundle<'a> {
pub player_ids: &'a [i32],
}Expand description
#96: BANCHO_USER_PRESENCE_BUNDLE
Fields§
§player_ids: &'a [i32]Implementations§
Trait Implementations§
source§impl<'a> BanchoPacket for UserPresenceBundle<'a>
impl<'a> BanchoPacket for UserPresenceBundle<'a>
source§impl<'a> BanchoPacketLength for UserPresenceBundle<'a>
impl<'a> BanchoPacketLength for UserPresenceBundle<'a>
source§impl<'a> Clone for UserPresenceBundle<'a>
impl<'a> Clone for UserPresenceBundle<'a>
source§fn clone(&self) -> UserPresenceBundle<'a>
fn clone(&self) -> UserPresenceBundle<'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 UserPresenceBundle<'a>
impl<'a> Debug for UserPresenceBundle<'a>
source§impl<'a> Default for UserPresenceBundle<'a>
impl<'a> Default for UserPresenceBundle<'a>
source§fn default() -> UserPresenceBundle<'a>
fn default() -> UserPresenceBundle<'a>
Returns the “default value” for a type. Read more