pub enum JceType {
Show 17 variants
U8,
Bool,
I16,
I32,
I64,
F32,
F64,
ShortString,
LongString,
Map,
List,
Struct,
StructEnd,
Empty,
Bytes,
Unknown,
UnInit,
}Expand description
Jce Types
Variants§
U8
0
Bool
0
I16
1
I32
2
I64
3
F32
4
F64
5
ShortString
6
LongString
7
Map
8
List
9
Struct
10
StructEnd
11
Empty
12
Bytes
13
Unknown
..
UnInit
for Default
Trait Implementations§
Source§impl Ord for JceType
impl Ord for JceType
Source§impl PartialOrd for JceType
impl PartialOrd for JceType
impl Copy for JceType
impl Eq for JceType
impl StructuralPartialEq for JceType
Auto Trait Implementations§
impl Freeze for JceType
impl RefUnwindSafe for JceType
impl Send for JceType
impl Sync for JceType
impl Unpin for JceType
impl UnwindSafe for JceType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more