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