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: u16fixed_user_data_size: Option<FixedUserDataSize>client_entries: Option<Vec<StringTableEntry<'a>>>compressed: bool

Implementations

Trait Implementations

Read the type from stream

Skip the type Read more

The number of bits that will be read or None if the number of bits will change depending on the bit stream Read more

Formats the value using the given formatter. Read more

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.