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