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