Struct source_demo_tool::demo_file::packet::netmessage::SendTableData
source · pub struct SendTableData {
pub is_end: Option<u64>,
pub net_table_name: Option<String>,
pub needs_decoder: Option<u64>,
pub SendProp: Vec<SendPropData>,
}
Fields§
§is_end: Option<u64>
§net_table_name: Option<String>
§needs_decoder: Option<u64>
§SendProp: Vec<SendPropData>
Implementations§
source§impl SendTableData
impl SendTableData
Trait Implementations§
source§impl Clone for SendTableData
impl Clone for SendTableData
source§fn clone(&self) -> SendTableData
fn clone(&self) -> SendTableData
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