#[repr(u8)]pub enum JceType {
Show 14 variants
I8 = 0,
I16 = 1,
I32 = 2,
I64 = 3,
F32 = 4,
F64 = 5,
String1 = 6,
String4 = 7,
Map = 8,
List = 9,
StructBegin = 10,
StructEnd = 11,
Zero = 12,
Bytes = 13,
}Variants§
I8 = 0
I16 = 1
I32 = 2
I64 = 3
F32 = 4
F64 = 5
String1 = 6
String4 = 7
Map = 8
List = 9
StructBegin = 10
StructEnd = 11
Zero = 12
Bytes = 13
Trait Implementations§
impl Copy 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