Struct source_demo_tool::demo_file::packet::netmessage::GameEventData
source · pub struct GameEventData {
pub event_id: Option<u64>,
pub GameEventKeys: Vec<GameEventKeysData>,
}
Fields§
§event_id: Option<u64>
§GameEventKeys: Vec<GameEventKeysData>
Implementations§
source§impl GameEventData
impl GameEventData
Trait Implementations§
source§impl Clone for GameEventData
impl Clone for GameEventData
source§fn clone(&self) -> GameEventData
fn clone(&self) -> GameEventData
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