Struct bancho_packets::client::SpceateFrames
source · pub struct SpceateFrames {
pub data: Vec<u8>,
}Expand description
#18: OSU_SPECTATE_FRAMES
Fields§
§data: Vec<u8>Implementations§
Trait Implementations§
source§impl BanchoPacket for SpceateFrames
impl BanchoPacket for SpceateFrames
source§impl BanchoPacketLength for SpceateFrames
impl BanchoPacketLength for SpceateFrames
source§impl Clone for SpceateFrames
impl Clone for SpceateFrames
source§fn clone(&self) -> SpceateFrames
fn clone(&self) -> SpceateFrames
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