Struct tf_demo_parser::demo::packet::datatable::SendTable [−][src]
pub struct SendTable {
pub name: SendTableName,
pub needs_decoder: bool,
pub raw_props: Vec<RawSendPropDefinition>,
pub flattened_props: Vec<SendPropDefinition>,
}Fields
name: SendTableNameneeds_decoder: boolraw_props: Vec<RawSendPropDefinition>flattened_props: Vec<SendPropDefinition>Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for SendTableimpl UnwindSafe for SendTableBlanket Implementations
Mutably borrows from an owned value. Read more
type Err = Infallible