Struct source_demo_tool::demo_file::packet::usermessage::SayText2Data
source · pub struct SayText2Data {
pub ent_sidx: Option<u64>,
pub chat: Option<u64>,
pub msg_name: Option<String>,
pub params: Option<String>,
pub text_all_chat: Option<u64>,
}
Fields§
§ent_sidx: Option<u64>
§chat: Option<u64>
§msg_name: Option<String>
§params: Option<String>
§text_all_chat: Option<u64>
Implementations§
source§impl SayText2Data
impl SayText2Data
Trait Implementations§
source§impl Clone for SayText2Data
impl Clone for SayText2Data
source§fn clone(&self) -> SayText2Data
fn clone(&self) -> SayText2Data
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