Struct tf_demo_parser::demo::packet::stringtable::StringTable [−][src]
pub struct StringTable<'a> { pub name: Cow<'a, str>, pub entries: Vec<(u16, StringTableEntry<'a>)>, pub max_entries: u16, pub fixed_user_data_size: Option<FixedUserDataSize>, pub client_entries: Option<Vec<StringTableEntry<'a>>>, pub compressed: bool, }
Fields
name: Cow<'a, str>
entries: Vec<(u16, StringTableEntry<'a>)>
max_entries: u16
fixed_user_data_size: Option<FixedUserDataSize>
client_entries: Option<Vec<StringTableEntry<'a>>>
compressed: bool
Implementations
Trait Implementations
Read the type from stream
Write the type to stream
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Performs the conversion.
Auto Trait Implementations
impl<'a> !RefUnwindSafe for StringTable<'a>
impl<'a> !Send for StringTable<'a>
impl<'a> !Sync for StringTable<'a>
impl<'a> Unpin for StringTable<'a>
impl<'a> UnwindSafe for StringTable<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more