Struct tf_demo_parser::demo::sendprop::RawSendPropDefinition [−][src]
pub struct RawSendPropDefinition {
pub prop_type: SendPropType,
pub name: SendPropName,
pub owner_table: SendTableName,
pub flags: SendPropFlags,
pub table_name: Option<SendTableName>,
pub low_value: Option<f32>,
pub high_value: Option<f32>,
pub bit_count: Option<u32>,
pub element_count: Option<u16>,
pub array_property: Option<Box<RawSendPropDefinition>>,
}Fields
prop_type: SendPropTypename: SendPropNameowner_table: SendTableNameflags: SendPropFlagstable_name: Option<SendTableName>low_value: Option<f32>high_value: Option<f32>bit_count: Option<u32>element_count: Option<u16>array_property: Option<Box<RawSendPropDefinition>>Implementations
Get the referred data table
Note that this is not the owner table
Trait Implementations
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.
Auto Trait Implementations
impl !RefUnwindSafe for RawSendPropDefinitionimpl !Send for RawSendPropDefinitionimpl !Sync for RawSendPropDefinitionimpl Unpin for RawSendPropDefinitionimpl UnwindSafe for RawSendPropDefinitionBlanket Implementations
Mutably borrows from an owned value. Read more
type Err = Infallible