Struct source_demo_tool::demo_file::frame::DataTablesData
source · pub struct DataTablesData {
pub send_tables: Vec<SendTableData>,
pub class_descriptions: Vec<DataTablesClassDescription>,
}
Fields§
§send_tables: Vec<SendTableData>
§class_descriptions: Vec<DataTablesClassDescription>
Implementations§
source§impl DataTablesData
impl DataTablesData
pub fn from_data_tables_index(
dti: DataTablesIndex
) -> Result<Self, &'static str>
Trait Implementations§
source§impl Clone for DataTablesData
impl Clone for DataTablesData
source§fn clone(&self) -> DataTablesData
fn clone(&self) -> DataTablesData
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