Enum tf_demo_parser::demo::gamevent::GameEventValue [−][src]
pub enum GameEventValue {
String(String),
Float(f32),
Long(u32),
Short(u16),
Byte(u8),
Boolean(bool),
Local,
}Variants
String(String)Float(f32)Long(u32)Short(u16)Byte(u8)Boolean(bool)Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GameEventValueimpl Send for GameEventValueimpl Sync for GameEventValueimpl Unpin for GameEventValueimpl UnwindSafe for GameEventValueBlanket Implementations
Mutably borrows from an owned value. Read more
type Err = Infallible