Struct tf_demo_parser::MessageTypeAnalyser [−][src]
pub struct MessageTypeAnalyser { /* fields omitted */ }
Trait Implementations
Returns the “default value” for a type. Read more
type Output = Vec<MessageType>
fn handle_string_entry(
&mut self,
_table: &str,
_index: usize,
_entries: &StringTableEntry<'_>
)
Auto Trait Implementations
impl RefUnwindSafe for MessageTypeAnalyser
impl Send for MessageTypeAnalyser
impl Sync for MessageTypeAnalyser
impl Unpin for MessageTypeAnalyser
impl UnwindSafe for MessageTypeAnalyser
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more