Enum valve_server_query::types::DataType
source · pub enum DataType {
Byte(Byte),
Short(Short),
Long(i32),
Float(f32),
LongLong(u64),
String(CString),
}Expand description
All types are little endian,
pub enum DataType {
Byte(Byte),
Short(Short),
Long(i32),
Float(f32),
LongLong(u64),
String(CString),
}All types are little endian,