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