Struct bancho_packets::server::SilenceEnd
source · pub struct SilenceEnd {
pub duration: i32,
}Expand description
#92: BANCHO_SILENCE_END
Fields§
§duration: i32Implementations§
Trait Implementations§
source§impl BanchoPacket for SilenceEnd
impl BanchoPacket for SilenceEnd
source§impl BanchoPacketLength for SilenceEnd
impl BanchoPacketLength for SilenceEnd
source§impl Clone for SilenceEnd
impl Clone for SilenceEnd
source§fn clone(&self) -> SilenceEnd
fn clone(&self) -> SilenceEnd
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 more