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