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