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