Struct bancho_packets::server::VersionUpdate
source · pub struct VersionUpdate {}Expand description
#19: BANCHO_VERSION_UPDATE
Implementations§
Trait Implementations§
source§impl BanchoPacket for VersionUpdate
impl BanchoPacket for VersionUpdate
source§impl BanchoPacketLength for VersionUpdate
impl BanchoPacketLength for VersionUpdate
source§impl Clone for VersionUpdate
impl Clone for VersionUpdate
source§fn clone(&self) -> VersionUpdate
fn clone(&self) -> VersionUpdate
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 Debug for VersionUpdate
impl Debug for VersionUpdate
source§impl Default for VersionUpdate
impl Default for VersionUpdate
source§fn default() -> VersionUpdate
fn default() -> VersionUpdate
Returns the “default value” for a type. Read more