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,
Variants
Byte(Byte)
Short(Short)
Long(i32)
Float(f32)
LongLong(u64)
String(CString)
Auto Trait Implementations
impl RefUnwindSafe for DataType
impl Send for DataType
impl Sync for DataType
impl Unpin for DataType
impl UnwindSafe for DataType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more