Enum tf_demo_parser::demo::sendprop::SendPropParseDefinition [−][src]
pub enum SendPropParseDefinition {
NormalVarInt {
changes_often: bool,
unsigned: bool,
},
UnsignedInt {
changes_often: bool,
bit_count: u8,
},
Int {
changes_often: bool,
bit_count: u8,
},
Float {
changes_often: bool,
definition: FloatDefinition,
},
String {
changes_often: bool,
},
Vector {
changes_often: bool,
definition: FloatDefinition,
},
VectorXY {
changes_often: bool,
definition: FloatDefinition,
},
Array {
changes_often: bool,
inner_definition: Box<SendPropParseDefinition>,
count_bit_count: u16,
},
}Variants
Show fields
Fields of Float
changes_often: booldefinition: FloatDefinitionShow fields
Fields of String
changes_often: boolShow fields
Fields of Vector
changes_often: booldefinition: FloatDefinitionShow fields
Fields of VectorXY
changes_often: booldefinition: FloatDefinitionShow fields
Fields of Array
Implementations
Trait Implementations
The type returned in the event of a conversion error.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for SendPropParseDefinitionimpl Send for SendPropParseDefinitionimpl Sync for SendPropParseDefinitionimpl Unpin for SendPropParseDefinitionimpl UnwindSafe for SendPropParseDefinitionBlanket Implementations
Mutably borrows from an owned value. Read more
type Err = Infallible