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