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