Enum serbuffer_gen::DataType [−][src]
pub enum DataType {
Show variants
BOOL,
U8,
I8,
U16,
I16,
U32,
I32,
U64,
I64,
F32,
F64,
BYTES,
STRING,
}Variants
Trait Implementations
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
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more