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